mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-17 19:11:22 -05:00
Merge branch 'master' of github.com:jashkenas/coffee-script
This commit is contained in:
@@ -99,3 +99,6 @@ learn = ->
|
||||
ok learn().join(' ') is '1 2 3'
|
||||
|
||||
ok rule(101) is 101
|
||||
|
||||
f = -> [-> ok no, 'should cache source']
|
||||
ok yes for k of [f] = f()
|
||||
|
||||
Reference in New Issue
Block a user