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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/pretty-print-javascript-7.html

Issue 2300073003: DevTools: Fix pretty print inconsistent spacing (Closed)
Patch Set: Test added Created 4 years, 3 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/pretty-print-javascript-7-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/pretty-print-javascript-7.html
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/pretty-print-javascript-7.html b/third_party/WebKit/LayoutTests/inspector/sources/pretty-print-javascript-7.html
index fa3e9b25f9fabefa210696f57e06e3d17ff49328..6aae68f7d5659344b3817cf8f290e2db10c9c5a1 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/pretty-print-javascript-7.html
+++ b/third_party/WebKit/LayoutTests/inspector/sources/pretty-print-javascript-7.html
@@ -34,6 +34,12 @@ function test()
var mappingQueries = ["function", "1", "continue", "test"];
testJSFormatter("function foo(){while(1){if (a)continue;test();}}", mappingQueries, next);
},
+
+ function inconsistentSpaceAfterNull(next)
+ {
+ var mappingQueries = ["||", "null", ";"];
+ testJSFormatter("1||null;", mappingQueries, next);
+ },
]);
}
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/sources/pretty-print-javascript-7-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698