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

Unified Diff: LayoutTests/inspector/sources/pretty-print-javascript-6.html

Issue 1125143004: DevTools: [PrettyPrint] support template literals in pretty-printing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: address comments Created 5 years, 7 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 | LayoutTests/inspector/sources/pretty-print-javascript-6-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/sources/pretty-print-javascript-6.html
diff --git a/LayoutTests/inspector/sources/pretty-print-javascript-6.html b/LayoutTests/inspector/sources/pretty-print-javascript-6.html
index 3d0c658dc36a3d98b2ebe54ad60f7be7d6467292..a44d8df538b007367dee0223c48c42f1e9a52fdc 100644
--- a/LayoutTests/inspector/sources/pretty-print-javascript-6.html
+++ b/LayoutTests/inspector/sources/pretty-print-javascript-6.html
@@ -27,7 +27,7 @@ function test()
function generatorFormatter(next)
{
var mappingQueries = ["max", "*", "else"];
- testJSFormatter("function *max(){ var a = yield; var b = yield; if (a > b) return a; else return b;}", mappingQueries, next);
+ testJSFormatter("function *max(){var a=yield;var b=yield 10;if(a>b)return a;else return b;}", mappingQueries, next);
},
function blockCommentFormatter(next)
« no previous file with comments | « no previous file | LayoutTests/inspector/sources/pretty-print-javascript-6-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698