| 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 9bdbd35e2a5fb7e4ed238aed930c651ddf93b287..76dc17cd48fd13a807cc477c668e216f74a855a3 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,4 +71,22 @@ 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")
|
| +
|
|
|
|
|