summaryrefslogtreecommitdiff
path: root/src/strings/astring.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings/astring.py')
-rw-r--r--src/strings/astring.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/strings/astring.py b/src/strings/astring.py
index 47e4e55..f4cbf66 100644
--- a/src/strings/astring.py
+++ b/src/strings/astring.py
@@ -23,6 +23,11 @@ class AString(object):
str256 = '0123456789abcdef' * 16
+ test_extra = '''
+ using tmwa::operator "" _s;
+ #include "../src/strings/zstring.hpp"
+ '''
+
tests = [
('tmwa::AString(""_s)', '{allocated = ""}'),
('tmwa::AString(tmwa::ZString(""_s))', '{allocated = ""}'),