mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-19 03:44:23 -05:00
empty returns no longer return null
This commit is contained in:
@@ -32,7 +32,7 @@ ok [0...10].join(' ') is '0 1 2 3 4 5 6 7 8 9'
|
||||
func = ->
|
||||
return if true
|
||||
|
||||
ok func() is null
|
||||
ok func() is undefined
|
||||
|
||||
eq /\\/.source, "\\\\"
|
||||
eq '(((dollars)))', '\(\(\(dollars\)\)\)'
|
||||
|
||||
Reference in New Issue
Block a user