This website requires JavaScript.
Explore
Help
Sign In
kuroko-lang
/
kuroko
Watch
1
Star
0
Fork
0
You've already forked kuroko
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
85ad910f23
kuroko
/
test
/
testSetLiterals.krk.expect
9 lines
95 B
Plaintext
Raw
Normal View
History
Unescape
Escape
sets do not have stable ordering, so stop trying to print them in tests
2021-02-08 03:36:30 +03:00
True
True
True
True
True
True
True
repr classes as <class 'module.Class'> like Python - We were using "<type ...>" like Python2 does for built-ins? But even Python 2 called user classes "<class ...>" - Python 3 calls both built-ins and user classes "class". - Check if there's a __module__ name and use that as well, now we look even more like Python!
2021-02-24 16:50:51 +03:00
['1', '2', '3', "<class 'object'>", 'None', 'True', 'test']
Reference in New Issue
Copy Permalink