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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/search-config-expected.txt

Issue 2660853002: DevTools: fix search across all files in case of "file:" prefix (Closed)
Patch Set: use \s instead of space Created 3 years, 10 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 search query parsing. 1 Tests search query parsing.
2 2
3 Dumping parsed search query [function]: 3 Dumping parsed search query [function]:
4 ["function"] 4 ["function"]
5 Dumping parsed search query [ function]: 5 Dumping parsed search query [ function]:
6 [" function"] 6 [" function"]
7 Dumping parsed search query [ function file:js]: 7 Dumping parsed search query [ function file:js]:
8 [" function"] 8 [" function"]
9 Dumping parsed search query [file:js function ]:
10 ["function"]
9 Dumping parsed search query [s]: 11 Dumping parsed search query [s]:
10 ["s"] 12 ["s"]
11 Dumping parsed search query [ s hello]: 13 Dumping parsed search query [ s hello]:
12 [" s hello"] 14 [" s hello"]
13 15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698