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

Unified Diff: test/inspector/debugger/step-into-expected.txt

Issue 2710903003: [inspector] added master test for break locations (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 side-by-side diff with in-line comments
Download patch
Index: test/inspector/debugger/step-into-expected.txt
diff --git a/test/inspector/debugger/step-into-expected.txt b/test/inspector/debugger/step-into-expected.txt
index 4a62c708e19b267c894390e57b454ee4a63c55fd..c8aa97ae7c9bec7398f9a81d002037ac9f4129a1 100644
--- a/test/inspector/debugger/step-into-expected.txt
+++ b/test/inspector/debugger/step-into-expected.txt
@@ -118,7 +118,7 @@ break at:
Running test: testCallArguments
break at:
function testCallArguments() {
- #twoArguments(emptyFunction(), emptyFunction());
+ #twoArguments(emptyFunction(), emptyFunction());
}
break at:
@@ -128,7 +128,7 @@ function emptyFunction() {#}
break at:
function testCallArguments() {
- twoArguments(emptyFunction(), #emptyFunction());
+ twoArguments(emptyFunction(), #emptyFunction());
}
break at:
@@ -138,7 +138,7 @@ function emptyFunction() {#}
break at:
function testCallArguments() {
- #twoArguments(emptyFunction(), emptyFunction());
+ #twoArguments(emptyFunction(), emptyFunction());
}
break at:
@@ -147,7 +147,7 @@ function twoArguments(a1, a2) {
break at:
- twoArguments(emptyFunction(), emptyFunction());
+ twoArguments(emptyFunction(), emptyFunction());
#}
@@ -846,10 +846,10 @@ break at:
break at:
async function asyncBoo() {
await Promise.#resolve();
-
+}
break at:
async function asyncBoo() {
#await Promise.resolve();
-
+}

Powered by Google App Engine
This is Rietveld 408576698