mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 19:34:27 -05:00
added a test for JS literal
This commit is contained in:
@@ -239,3 +239,9 @@ b = identity identity identity
|
||||
a: 100
|
||||
|
||||
ok b is 100
|
||||
|
||||
|
||||
# Inline JS
|
||||
ok '\\`' is `
|
||||
"\\\`"
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user