tests: Add some more tests for bytes, bignum, string and ujson.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
print(bytes())
|
||||
|
||||
a = b"123"
|
||||
print(a)
|
||||
print(str(a))
|
||||
|
||||
Reference in New Issue
Block a user