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