mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
10 lines
126 B
CoffeeScript
10 lines
126 B
CoffeeScript
# Javascript Literals
|
|
# -------------------
|
|
|
|
# TODO: refactor javascript literal tests
|
|
|
|
eq '\\`', `
|
|
// Inline JS
|
|
"\\\`"
|
|
`
|