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

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

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
Index: third_party/WebKit/LayoutTests/inspector/sources/pretty-print-javascript-7-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/pretty-print-javascript-7-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/pretty-print-javascript-7-expected.txt
index 841f2e520e58ae74a9d0e0d76def58039ae45a44..190eff5db51b8b08e11556d0fe61b7f4dcab8444 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/pretty-print-javascript-7-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/pretty-print-javascript-7-expected.txt
@@ -60,3 +60,12 @@ Correct mapping for <1>
Correct mapping for <continue>
Correct mapping for <test>
+Running: inconsistentSpaceAfterNull
+====== 8< ------
+1 || null;
+
+------ >8 ======
+Correct mapping for <||>
+Correct mapping for <null>
+Correct mapping for <;>
+

Powered by Google App Engine
This is Rietveld 408576698