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