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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/search-config.html

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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/sources/search-config-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/inspector/sources/search-config.html
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/search-config.html b/third_party/WebKit/LayoutTests/inspector/sources/search-config.html
index 3d779bb1e27f1cdbb080fe6ccb48b1f721588206..4ab0aee114f43e2196678c3bdc304a97e2be36e7 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/search-config.html
+++ b/third_party/WebKit/LayoutTests/inspector/sources/search-config.html
@@ -14,6 +14,7 @@ function test()
dumpParsedSearchQuery("function", false);
dumpParsedSearchQuery(" function", false);
dumpParsedSearchQuery(" function file:js", false);
+ dumpParsedSearchQuery("file:js function ", false);
dumpParsedSearchQuery("\s", true);
dumpParsedSearchQuery(" \s hello", true);
InspectorTest.completeTest();
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/sources/search-config-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698