1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

adding a top-level object literal test for Issue #542

This commit is contained in:
Jeremy Ashkenas 2010-08-10 22:18:15 -04:00
parent c2ec40e6ce
commit cb52be6475

View file

@ -96,6 +96,10 @@ ok obj.is()
ok not obj.not()
# Top-level object literal doesn't break things.
obj: 1
# Funky indentation within non-comma-seperated arrays.
result = [['a']
{b: 'c'}]