jashkenas--coffeescript/test/javascript_literals.coffee

11 lines
213 B
CoffeeScript
Raw Normal View History

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