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

typo in test case for #2333

This commit is contained in:
Michael Ficarra 2012-05-21 13:28:18 -04:00
parent 81f780f1fb
commit 6c6c8bd454

View file

@ -79,8 +79,8 @@ test "#2333: more duplicate property prohibitions", ->
strict usingKeys "'\\\\'", "'\\x5c'"
strict usingKeys "'\\\n0'", "0"
strict usingKeys "'\\\n0'", "'\\x00'"
strict usingKeys "{'\\'a'", "\"'a\""
strict usingKeys "{'\\\\a'", "'\\\\a'"
strict usingKeys "'\\'a'", "\"'a\""
strict usingKeys "'\\\\a'", "'\\\\a'"
strictOk usingKeys "a", "b"
strictOk usingKeys "'\"a\"'", "'a'"
strictOk usingKeys "'\"a\"'", '"\'a\'"'