This commit is contained in:
parent
575fd8e37a
commit
7879184d56
4 changed files with 40 additions and 59 deletions
|
|
@ -1,10 +1,10 @@
|
|||
|
||||
assertEq(typeof(1), "int")
|
||||
assertEq(typeof("Hello"), "string")
|
||||
assertEq(typeof("Hello"), "str")
|
||||
assertEq(typeof(true), "boolean")
|
||||
|
||||
# lists
|
||||
assertEq(typeof(["Hello", "world"]), "[string]")
|
||||
assertEq(typeof(["Hello", "world"]), "[str]")
|
||||
assertEq(typeof([0, 1]), "[int]")
|
||||
assertEq(typeof((0, 1)), "(int, int)")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue