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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/pretty-print-javascript-9-expected.txt

Issue 2823233004: DevTools: make JSFormatter aware of parenthesized expressions (Closed)
Patch Set: ac Created 3 years, 8 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
(Empty)
1 Verifies JavaScript pretty-printing functionality.
2
3
4 Running: parenthesizedExpressions
5 ====== 8< ------
6 if ((a))
7 ((b));
8 else
9 (c);
10
11 ------ >8 ======
12 Correct mapping for <if>
13 Correct mapping for <((a))>
14 Correct mapping for <((b));>
15 Correct mapping for <else>
16 Correct mapping for <(c)>
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698