summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/console/let-const-with-api-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/inspector/console/let-const-with-api-expected.txt')
-rw-r--r--deps/v8/test/inspector/console/let-const-with-api-expected.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/deps/v8/test/inspector/console/let-const-with-api-expected.txt b/deps/v8/test/inspector/console/let-const-with-api-expected.txt
index a5b889632d..0ea6476c4a 100644
--- a/deps/v8/test/inspector/console/let-const-with-api-expected.txt
+++ b/deps/v8/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] } \ No newline at end of file
+function table(data, [columns]) { [Command Line API] }