REPL tests based on direct interaction with input and output stream. Includes multiline tests.

This commit is contained in:
Alon Salant
2013-01-21 10:02:04 -08:00
parent 537c5f4b70
commit 47bd05e9a0
4 changed files with 74 additions and 37 deletions

View File

@@ -172,6 +172,7 @@ runTests = (CoffeeScript) ->
# Convenience aliases.
global.CoffeeScript = CoffeeScript
global.Repl = require './lib/coffee-script/repl'
# Our test helper function for delimiting different test cases.
global.test = (description, fn) ->