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

Unified Diff: test/inspector/console/let-const-with-api-expected.txt

Issue 2891213002: [inspector] Refactor protocol-test.js (Closed)
Patch Set: comments addressed Created 3 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/inspector/console/let-const-with-api.js ('k') | test/inspector/cpu-profiler/console-profile.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/console/let-const-with-api-expected.txt
diff --git a/test/inspector/console/let-const-with-api-expected.txt b/test/inspector/console/let-const-with-api-expected.txt
index a5b889632d1529f7cb7de588c0e36ce47db42161..0ea6476c4a43ce76d15e8903559d2b0f887913ee 100644
--- a/test/inspector/console/let-const-with-api-expected.txt
+++ b/test/inspector/console/let-const-with-api-expected.txt
@@ -1,3 +1,4 @@
+Tests how let and const interact with command line api
first "let a = 1;" result: wasThrown = false
second "let a = 1;" result: wasThrown = true
exception message: Uncaught SyntaxError: Identifier 'a' has already been declared
@@ -16,4 +17,4 @@ function debug(function) { [Command Line API] }
function undebug(function) { [Command Line API] }
function monitor(function) { [Command Line API] }
function unmonitor(function) { [Command Line API] }
-function table(data, [columns]) { [Command Line API] }
+function table(data, [columns]) { [Command Line API] }
« no previous file with comments | « test/inspector/console/let-const-with-api.js ('k') | test/inspector/cpu-profiler/console-profile.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698