mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-04-11 03:00:13 -04:00
Merge branch 'bugfix-1436' of git://github.com/thejh/coffee-script into thejh_1448
This commit is contained in:
@@ -215,3 +215,6 @@ test "#1274: `{} = a()` compiles to `false` instead of `a()`", ->
|
||||
fn = -> a = true
|
||||
{} = fn()
|
||||
ok a
|
||||
|
||||
test "#1436: `for` etc. work as normal property names", ->
|
||||
doesNotThrow -> CoffeeScript.compile "foo.for = 'bar' of foo"
|
||||
|
||||
Reference in New Issue
Block a user