This commit is contained in:
Michael Ficarra 2011-02-27 02:11:12 -05:00
parent 96b22a16eb
commit dc8e955c4f
1 changed files with 5 additions and 0 deletions

View File

@ -37,3 +37,8 @@ eq Number::toString, .42['toString']
eq Number::toString, 4.2.toString
eq Number::toString, .42.toString
test '#1168: leading floating point suppresses newline', ->
eq 1, do ->
1
.5 + 0.5