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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions-expected.txt

Issue 2760583002: DevTools: Don't give up autocomplete after a fancy character in a string (Closed)
Patch Set: merge Created 3 years, 9 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: third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions-expected.txt
index 60c59194788a34595f7bce7a005a99bb8520a3f4..56a21c73af2bf7911f93a08aa5f68f663f42bd68 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions-expected.txt
@@ -131,4 +131,28 @@ Found: Infinity
Checking 'var x = (do|);'
Found: document
+Checking 'complicatedObject["foo'
+Found: "foo-bar"], displayed as "foo-bar"
+
+Checking 'complicatedObject["foo-'
+Found: "foo-bar"], displayed as "foo-bar"
+
+Checking 'complicatedObject["foo-bar'
+Found: "foo-bar"], displayed as "foo-bar"
+
+Checking 'complicatedObject["'sing'
+Found: "'single-qouted'"], displayed as "'single-qouted'"
+
+Checking 'complicatedObject['\'sing'
+Found: '\'single-qouted\''], displayed as '\'single-qouted\''
+
+Checking 'complicatedObject["'single-qou'
+Found: "'single-qouted'"], displayed as "'single-qouted'"
+
+Checking 'complicatedObject["\"double-qouted\"'
+Found: "\"double-qouted\""], displayed as "\"double-qouted\""
+
+Checking 'complicatedObject["notDangerous();'
+Found: "notDangerous();"], displayed as "notDangerous();"
+

Powered by Google App Engine
This is Rietveld 408576698