mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
10 lines
213 B
CoffeeScript
10 lines
213 B
CoffeeScript
# Javascript Literals
|
|
# -------------------
|
|
|
|
# TODO: refactor javascript literal tests
|
|
# TODO: add indexing and method invocation tests: `[1]`[0] is 1, `function(){}`.call()
|
|
|
|
eq '\\`', `
|
|
// Inline JS
|
|
"\\\`"
|
|
`
|