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:
parent
81f780f1fb
commit
6c6c8bd454
1 changed files with 2 additions and 2 deletions
|
@ -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\'"'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue