jashkenas--coffeescript/test/javascript_literals.coffee

11 lines
213 B
CoffeeScript
Raw Normal View History

2010-12-30 22:48:31 -05:00
# Javascript Literals
# -------------------
# TODO: refactor javascript literal tests
2011-01-03 04:17:00 -05:00
# TODO: add indexing and method invocation tests: `[1]`[0] is 1, `function(){}`.call()
2010-12-30 22:48:31 -05:00
eq '\\`', `
// Inline JS
"\\\`"
`