diff options
Diffstat (limited to 'src/strings/xstring.py')
-rw-r--r-- | src/strings/xstring.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/strings/xstring.py b/src/strings/xstring.py index d289485..b2e33bb 100644 --- a/src/strings/xstring.py +++ b/src/strings/xstring.py @@ -17,6 +17,10 @@ class XString(object): str256 = '0123456789abcdef' * 16 + test_extra = ''' + using tmwa::operator "" _s; + ''' + tests = [ ('tmwa::XString(""_s)', '"" = {base = 0x0}'), ('tmwa::XString("Hello"_s)', '"Hello" = {base = 0x0}'), |