One test; viz., for binary literal.

This commit is contained in:
Revence Kalibwani 2011-10-21 22:27:08 +03:00
parent 264f881a81
commit 938abae4b5
1 changed files with 1 additions and 3 deletions

View File

@ -14,9 +14,7 @@
# Binary notation is understood as would be decimal notation.
test "Parser recognises binary numbers", ->
eq 4, 0b100.valueOf()
eq '11', 0b100.toString 3
eq '100', 0b100['toString'] 2
eq 4, 0b100
# Decimal Integer Literals