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:
parent
0ca255b7b8
commit
40a9196c7f
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue