Closed NotBobTheBuilder closed 9 years ago
For this test case, coffee src/cmd.coffee -i test/object_keys.coffee produces
coffee src/cmd.coffee -i test/object_keys.coffee
{ "something"1 "something-else"2 }
without colons.
Weird. Will look at later today.
I fixed this and #7. Also added a barebones unit test framework via tape with the test cases you created.
For this test case,
coffee src/cmd.coffee -i test/object_keys.coffee
produceswithout colons.