From ddb8f22ada5b22fcaa4ed850d58374becfb0a556 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Wed, 27 Aug 2014 15:24:44 -0700 Subject: fix tests --- src/strings/zstring.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/strings/zstring.py') diff --git a/src/strings/zstring.py b/src/strings/zstring.py index 7f9ea2a..f57252f 100644 --- a/src/strings/zstring.py +++ b/src/strings/zstring.py @@ -17,6 +17,10 @@ class ZString(object): str256 = '0123456789abcdef' * 16 + test_extra = ''' + using tmwa::operator "" _s; + ''' + tests = [ ('tmwa::ZString(""_s)', '"" = {base = 0x0}'), ('tmwa::ZString("Hello"_s)', '"Hello" = {base = 0x0}'), -- cgit v1.2.3-60-g2f50