| OLD | NEW |
| 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"] | 10 Found: "document"] |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 | 64 |
| 65 Checking '// do' | 65 Checking '// do' |
| 66 Not Found: document | 66 Not Found: document |
| 67 | 67 |
| 68 Checking '["should' | 68 Checking '["should' |
| 69 Not Found: shouldNotFindThisFunction | 69 Not Found: shouldNotFindThisFunction |
| 70 | 70 |
| 71 Checking 'shou' | 71 Checking 'shou' |
| 72 Not Found: should not find this | 72 Not Found: should not find this |
| 73 | 73 |
| 74 Checking 'myMap.get(' | |
| 75 Found: "first") | |
| 76 Found: "second") | |
| 77 Found: "third") | |
| 78 | |
| 79 Checking 'myMap.get('' | |
| 80 Found: 'first') | |
| 81 Found: 'second') | |
| 82 Found: 'third') | |
| 83 | |
| 84 Checking 'myMap.set('firs' | |
| 85 Found: 'first', | |
| 86 | |
| 87 Checking 'myMap.set(should' | |
| 88 Found: shouldFindThisFunction | |
| 89 Not Found: shouldNotFindThis | |
| 90 Not Found: "shouldNotFindThis") | |
| 91 | |
| 92 Checking 'myMap.delete('' | |
| 93 Found: 'first') | |
| 94 Found: 'second') | |
| 95 Found: 'third') | |
| 96 | |
| 97 Checking 'document. bo' | 74 Checking 'document. bo' |
| 98 Found: body | 75 Found: body |
| 99 | 76 |
| 100 Checking 'document. bo' | 77 Checking 'document. bo' |
| 101 Found: body | 78 Found: body |
| 102 | 79 |
| 103 Checking 'document.\nbo' | 80 Checking 'document. |
| 81 bo' |
| 104 Found: body | 82 Found: body |
| 105 | 83 |
| 106 Checking 'document.\r\nbo' | 84 Checking 'document. |
| 85 bo' |
| 107 Found: body | 86 Found: body |
| 108 | 87 |
| 109 Checking 'document [ 'bo' | 88 Checking 'document [ 'bo' |
| 110 Not Found: 'body'] | 89 Not Found: 'body'] |
| 111 | 90 |
| 112 Checking 'function hey(should' | 91 Checking 'function hey(should' |
| 113 Not Found: shouldNotFindThisFunction | 92 Not Found: shouldNotFindThisFunction |
| 114 | 93 |
| 115 Checking 'var should' | 94 Checking 'var should' |
| 116 Not Found: shouldNotFindThisFunction | 95 Not Found: shouldNotFindThisFunction |
| 117 | 96 |
| 118 Checking 'document[[win' | 97 Checking 'document[[win' |
| 119 Found: window | 98 Found: window |
| 120 | 99 |
| 121 Checking 'document[ [win' | 100 Checking 'document[ [win' |
| 122 Found: window | 101 Found: window |
| 123 | 102 |
| 124 Checking 'document[ [ win' | 103 Checking 'document[ [ win' |
| 125 Found: window | 104 Found: window |
| 126 | 105 |
| 127 Checking 'I|mag' | 106 Checking 'I|mag' |
| 128 Found: Image | 107 Found: Image |
| 129 Found: Infinity | 108 Found: Infinity |
| 130 | 109 |
| 131 Checking 'var x = (do|);' | 110 Checking 'var x = (do|);' |
| 132 Found: document | 111 Found: document |
| 133 | 112 |
| 134 | 113 |
| OLD | NEW |