diff --git a/test/test_literals.coffee b/test/test_literals.coffee index cc3a46ab..70e9cc31 100644 --- a/test/test_literals.coffee +++ b/test/test_literals.coffee @@ -160,6 +160,8 @@ obj = ok obj.one is 'one' ok obj.two is 'three' +a = b = undefined + result = func b:1 a