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

Unified 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, 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/sources/search-config-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/search-config-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/search-config-expected.txt
index 9b795df3e7380cbd8e88e6b91c464758f460a0f1..f227c261b1f7021b4ec953809b1d31486050a788 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/search-config-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/search-config-expected.txt
@@ -6,6 +6,8 @@ Dumping parsed search query [ function]:
[" function"]
Dumping parsed search query [ function file:js]:
[" function"]
+Dumping parsed search query [file:js function ]:
+["function"]
Dumping parsed search query [s]:
["s"]
Dumping parsed search query [ s hello]:

Powered by Google App Engine
This is Rietveld 408576698