summaryrefslogtreecommitdiff
path: root/src/strings/zstring.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings/zstring.py')
-rw-r--r--src/strings/zstring.py4
1 files changed, 4 insertions, 0 deletions
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}'),