mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
added a test for JS literal
This commit is contained in:
parent
d457423c24
commit
3fd7f9efdd
1 changed files with 6 additions and 0 deletions
|
@ -239,3 +239,9 @@ b = identity identity identity
|
|||
a: 100
|
||||
|
||||
ok b is 100
|
||||
|
||||
|
||||
# Inline JS
|
||||
ok '\\`' is `
|
||||
"\\\`"
|
||||
`
|
||||
|
|
Loading…
Add table
Reference in a new issue