Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(155)

Side by Side Diff: test/inspector/debugger/set-script-source-exception-expected.txt

Issue 2669713002: [inspector] return meaningful error on Debug.setScriptSource for ES module (Closed)
Patch Set: addressed comments Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « test/inspector/debugger/es6-module-set-script-source-expected.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Check that setScriptSource completes correctly when an exception is thrown. 1 Check that setScriptSource completes correctly when an exception is thrown.
2 2
3 Running test: testIncorrectScriptId 3 Running test: testIncorrectScriptId
4 { 4 {
5 error : { 5 error : {
6 code : -32000 6 code : -32000
7 message : Uncaught Script not found 7 message : No script with given id found
8 } 8 }
9 id : <messageId> 9 id : <messageId>
10 } 10 }
11 11
12 Running test: testSourceWithSyntaxError 12 Running test: testSourceWithSyntaxError
13 { 13 {
14 id : <messageId> 14 id : <messageId>
15 result : { 15 result : {
16 exceptionDetails : { 16 exceptionDetails : {
17 columnNumber : 2 17 columnNumber : 2
18 exceptionId : <exceptionId> 18 exceptionId : <exceptionId>
19 lineNumber : 0 19 lineNumber : 0
20 text : Invalid or unexpected token 20 text : Invalid or unexpected token
21 } 21 }
22 } 22 }
23 } 23 }
OLDNEW
« no previous file with comments | « test/inspector/debugger/es6-module-set-script-source-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698