tests: Add some more tests for bytes, bignum, string and ujson.

This commit is contained in:
Damien George
2015-03-14 21:20:58 +00:00
parent 0683c1ceef
commit 26a9975fba
12 changed files with 34 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
# basic strings
print(str())
x = 'abc'
print(x)