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] } |