node/deps/v8/test/inspector/debugger/set-script-source-exception-expected.txt
Michaël Zasso c459d8ea5d deps: update V8 to 5.7.492.69
PR-URL: https://github.com/nodejs/node/pull/11752
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
2017-03-25 09:44:10 +01:00

24 lines
493 B
Plaintext

Check that setScriptSource completes correctly when an exception is thrown.
Running test: testIncorrectScriptId
{
error : {
code : -32000
message : Uncaught Script not found
}
id : <messageId>
}
Running test: testSourceWithSyntaxError
{
id : <messageId>
result : {
exceptionDetails : {
columnNumber : 2
exceptionId : <exceptionId>
lineNumber : 0
text : Invalid or unexpected token
}
}
}