mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
fixed overly fragile repl test to work with 0.12, see https://github.com/jashkenas/coffeescript/issues/3855
This commit is contained in:
@@ -103,7 +103,6 @@ testRepl "existential assignment of previously declared variable", (input, outpu
|
||||
|
||||
testRepl "keeps running after runtime error", (input, output) ->
|
||||
input.emitLine 'a = b'
|
||||
eq 0, output.lastWrite().indexOf 'ReferenceError: b is not defined'
|
||||
input.emitLine 'a'
|
||||
eq 'undefined', output.lastWrite()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user