From ddb8f22ada5b22fcaa4ed850d58374becfb0a556 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Wed, 27 Aug 2014 15:24:44 -0700 Subject: fix tests --- src/strings/rstring.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/strings/rstring.py') 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))', '""'), -- cgit v1.2.3-60-g2f50