summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/debugger/restore-breakpoint-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/inspector/debugger/restore-breakpoint-expected.txt')
-rw-r--r--deps/v8/test/inspector/debugger/restore-breakpoint-expected.txt73
1 files changed, 73 insertions, 0 deletions
diff --git a/deps/v8/test/inspector/debugger/restore-breakpoint-expected.txt b/deps/v8/test/inspector/debugger/restore-breakpoint-expected.txt
index ac23487bf8..3de4c54f79 100644
--- a/deps/v8/test/inspector/debugger/restore-breakpoint-expected.txt
+++ b/deps/v8/test/inspector/debugger/restore-breakpoint-expected.txt
@@ -8,6 +8,79 @@ function foo() {
#boo();
}
+Running test: testSameSourceDuplicateLines
+function foo() {
+boo();
+// something
+#boo();
+}
+function foo() {
+boo();
+// something
+#boo();
+}
+
+Running test: testSameSourceDuplicateLinesLongLineBetween
+function foo() {
+boo();
+/////////////////////////////////////////////////////////////////////////////...
+#boo();
+}
+function foo() {
+boo();
+/////////////////////////////////////////////////////////////////////////////...
+#boo();
+}
+
+Running test: testSameSourceLongCommentBefore
+/////////////////////////////////////////////////////////////////////////////...
+function foo() {
+bad();
+#boo();
+}
+/////////////////////////////////////////////////////////////////////////////...
+function foo() {
+bad();
+#boo();
+}
+
+Running test: testInsertNewLineWithLongCommentBefore
+/////////////////////////////////////////////////////////////////////////////...
+function foo() {
+boo();
+#boo();
+}
+/////////////////////////////////////////////////////////////////////////////...
+function foo() {
+boo();
+
+#boo();
+}
+
+Running test: testSameSourceBreakAfterReturnWithWhitespace
+function baz() {
+}
+
+function foo() {
+return 1;# }
+function baz() {
+}
+
+function foo() {
+return 1;# }
+
+Running test: testSameSourceDuplicateLinesDifferentPrefix
+function foo() {
+boo();
+// something
+#boo();
+}
+function foo() {
+#boo();
+// somethinX
+boo();
+}
+
Running test: testOneLineOffset
function foo() {
#boo();