summaryrefslogtreecommitdiff
path: root/src/strings/rstring.py
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2014-08-27 15:24:44 -0700
committerBen Longbons <b.r.longbons@gmail.com>2014-08-27 15:27:15 -0700
commitddb8f22ada5b22fcaa4ed850d58374becfb0a556 (patch)
tree819ee713950e6424a6471c6a89031fac66eea0f2 /src/strings/rstring.py
parenta88ffd2d9b2adec5de19a1bb88e6b8656985a044 (diff)
downloadtmwa-ddb8f22ada5b22fcaa4ed850d58374becfb0a556.tar.gz
tmwa-ddb8f22ada5b22fcaa4ed850d58374becfb0a556.tar.bz2
tmwa-ddb8f22ada5b22fcaa4ed850d58374becfb0a556.tar.xz
tmwa-ddb8f22ada5b22fcaa4ed850d58374becfb0a556.zip
fix tests
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))', '""'),