1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00
jashkenas--coffeescript/test/javascript_literals.coffee
2011-01-03 04:17:00 -05:00

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