add require statements to tests that depend on coffee-script modules

This commit is contained in:
gfxmonk 2010-04-27 18:11:08 +10:00
parent 5e5c9df5c4
commit b47188763c
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
# Ensure that carriage returns don't break compilation on Windows.
CoffeeScript: require('coffee-script')
Lexer: require('coffee-script/lexer')
js: CoffeeScript.compile("one\r\ntwo", {no_wrap: on})