tests: Add some more tests for bytes, bignum, string and ujson.
This commit is contained in:
@@ -3,6 +3,7 @@ print("foobar".endswith("baR"))
|
||||
print("foobar".endswith("bar1"))
|
||||
print("foobar".endswith("foobar"))
|
||||
print("foobar".endswith(""))
|
||||
print("foobar".endswith("foobarbaz"))
|
||||
|
||||
#print("1foobar".startswith("foo", 1))
|
||||
#print("1foo".startswith("foo", 1))
|
||||
|
||||
Reference in New Issue
Block a user