test: Fix stdin message tests
This commit is contained in:
parent
5a0056703a
commit
3053f4d27d
@ -10,7 +10,7 @@ SyntaxError: Strict mode code may not include a with statement
|
||||
at Socket.<anonymous> (node.js:*:*)
|
||||
at Socket.EventEmitter.emit (events.js:*:*)
|
||||
at Pipe.onread (net.js:*:*)
|
||||
at process.startup.processMakeCallback.process._makeCallback (node.js:*:*)
|
||||
at process._makeCallback (node.js:*:*)
|
||||
42
|
||||
42
|
||||
|
||||
@ -25,7 +25,7 @@ Error: hello
|
||||
at Socket.<anonymous> (node.js:*:*)
|
||||
at Socket.EventEmitter.emit (events.js:*:*)
|
||||
at Pipe.onread (net.js:*:*)
|
||||
at process.startup.processMakeCallback.process._makeCallback (node.js:*:*)
|
||||
at process._makeCallback (node.js:*:*)
|
||||
|
||||
[stdin]:1
|
||||
throw new Error("hello")
|
||||
@ -38,7 +38,7 @@ Error: hello
|
||||
at Socket.<anonymous> (node.js:*:*)
|
||||
at Socket.EventEmitter.emit (events.js:*:*)
|
||||
at Pipe.onread (net.js:*:*)
|
||||
at process.startup.processMakeCallback.process._makeCallback (node.js:*:*)
|
||||
at process._makeCallback (node.js:*:*)
|
||||
100
|
||||
|
||||
[stdin]:1
|
||||
@ -52,7 +52,7 @@ ReferenceError: y is not defined
|
||||
at Socket.<anonymous> (node.js:*:*)
|
||||
at Socket.EventEmitter.emit (events.js:*:*)
|
||||
at Pipe.onread (net.js:*:*)
|
||||
at process.startup.processMakeCallback.process._makeCallback (node.js:*:*)
|
||||
at process._makeCallback (node.js:*:*)
|
||||
|
||||
[stdin]:1
|
||||
var ______________________________________________; throw 10
|
||||
|
Loading…
x
Reference in New Issue
Block a user