Removing tab indentation.

This commit is contained in:
clutchski 2012-02-03 19:33:03 -05:00
parent 0ca255b7b8
commit 40a9196c7f
1 changed files with 3 additions and 3 deletions

View File

@ -50,9 +50,9 @@ eq Number::toString, .42.toString
eq Number::toString, (4).toString
test '#1168: leading floating point suppresses newline', ->
eq 1, do ->
1
.5 + 0.5
eq 1, do ->
1
.5 + 0.5
test "Python-style octal literal notation '0o777'", ->
eq 511, 0o777