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

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

Issue 2639703002: DevTools: Console: Provide autocompletions for Maps (Closed)
Patch Set: Add delete Created 3 years, 11 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 caceac4b1c6f49a33a469e4b8bebff0a3108a02a..25022c437c4f189e356785d0b34efc1f19f30f5b 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
@@ -71,18 +71,39 @@ Not Found: shouldNotFindThisFunction
Checking 'shou'
Not Found: should not find this
+Checking 'myMap.get('
+Found: "first")
+Found: "second")
+Found: "third")
+
+Checking 'myMap.get(''
+Found: 'first')
+Found: 'second')
+Found: 'third')
+
+Checking 'myMap.set('firs'
+Found: 'first',
+
+Checking 'myMap.set(should'
+Found: shouldFindThisFunction
+Not Found: shouldNotFindThis
+Not Found: "shouldNotFindThis")
+
+Checking 'myMap.delete(''
+Found: 'first')
+Found: 'second')
+Found: 'third')
+
Checking 'document. bo'
Found: body
Checking 'document. bo'
Found: body
-Checking 'document.
-bo'
+Checking 'document.\nbo'
Found: body
-Checking 'document.
-bo'
+Checking 'document.\r\nbo'
Found: body
Checking 'document [ 'bo'

Powered by Google App Engine
This is Rietveld 408576698