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'}]