mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
tweak to block indentation test.
This commit is contained in:
parent
4b2d40d3b5
commit
72847b9b26
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ ok results.join(' ') is '3 2 1'
|
|||
# Make incorrect indentation safe.
|
||||
func = ->
|
||||
obj = {
|
||||
key: 10
|
||||
}
|
||||
key: 10
|
||||
}
|
||||
obj.key - 5
|
||||
|
||||
ok func() is 5
|
||||
|
|
Loading…
Reference in a new issue