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/vstring.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/strings/vstring.py') diff --git a/src/strings/vstring.py b/src/strings/vstring.py index 945e3ee..8e6952d 100644 --- a/src/strings/vstring.py +++ b/src/strings/vstring.py @@ -16,6 +16,10 @@ class VString(object): str256 = '0123456789abcdef' * 16 + test_extra = ''' + using tmwa::operator "" _s; + ''' + tests = [ ('tmwa::VString<255>(""_s)', '""'), ('tmwa::VString<255>("Hello"_s)', '"Hello"'), -- cgit v1.2.3-70-g09d2