1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

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

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})