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

Side by Side 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 unified diff | Download patch
OLDNEW
1 Tests that console correctly finds suggestions in complicated cases. 1 Tests that console correctly finds suggestions in complicated cases.
2 2
3 Checking 'window.do' 3 Checking 'window.do'
4 Found: document 4 Found: document
5 5
6 Checking 'win' 6 Checking 'win'
7 Found: window 7 Found: window
8 8
9 Checking 'window["doc' 9 Checking 'window["doc'
10 Found: "document"], displayed as "document" 10 Found: "document"], displayed as "document"
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 Checking 'document[ [ win' 124 Checking 'document[ [ win'
125 Found: window 125 Found: window
126 126
127 Checking 'I|mag' 127 Checking 'I|mag'
128 Found: Image 128 Found: Image
129 Found: Infinity 129 Found: Infinity
130 130
131 Checking 'var x = (do|);' 131 Checking 'var x = (do|);'
132 Found: document 132 Found: document
133 133
134 Checking 'complicatedObject["foo'
135 Found: "foo-bar"], displayed as "foo-bar"
134 136
137 Checking 'complicatedObject["foo-'
138 Found: "foo-bar"], displayed as "foo-bar"
139
140 Checking 'complicatedObject["foo-bar'
141 Found: "foo-bar"], displayed as "foo-bar"
142
143 Checking 'complicatedObject["'sing'
144 Found: "'single-qouted'"], displayed as "'single-qouted'"
145
146 Checking 'complicatedObject['\'sing'
147 Found: '\'single-qouted\''], displayed as '\'single-qouted\''
148
149 Checking 'complicatedObject["'single-qou'
150 Found: "'single-qouted'"], displayed as "'single-qouted'"
151
152 Checking 'complicatedObject["\"double-qouted\"'
153 Found: "\"double-qouted\""], displayed as "\"double-qouted\""
154
155 Checking 'complicatedObject["notDangerous();'
156 Found: "notDangerous();"], displayed as "notDangerous();"
157
158
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698