jashkenas--coffeescript/test/javascript_literals.coffee

11 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
"\\\`"
`