tests: Add missing tests for builtins, and many other things.
This commit is contained in:
@@ -16,3 +16,7 @@ for i in range(-len(s), len(s)):
|
||||
# Test UTF-8 encode and decode
|
||||
enc = s.encode()
|
||||
print(enc, enc.decode() == s)
|
||||
|
||||
# printing of unicode chars using repr
|
||||
# TODO we don't do this correctly
|
||||
#print(repr(s))
|
||||
|
||||
Reference in New Issue
Block a user