1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

Removing tab indentation.

This commit is contained in:
clutchski 2012-02-03 19:33:03 -05:00
parent 0ca255b7b8
commit 40a9196c7f

View file

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