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:
parent
5e5c9df5c4
commit
b47188763c
1 changed files with 2 additions and 0 deletions
|
@ -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})
|
||||
|
||||
|
|
Loading…
Reference in a new issue