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

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

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
Index: LayoutTests/inspector/sources/pretty-print-javascript-6-expected.txt
diff --git a/LayoutTests/inspector/sources/pretty-print-javascript-6-expected.txt b/LayoutTests/inspector/sources/pretty-print-javascript-6-expected.txt
index 0d0f27e721e00450d4c3d8bb86b66f8e1dce20cb..91d32ac71f25f903656c8d9a7b91788e0770d0c5 100644
--- a/LayoutTests/inspector/sources/pretty-print-javascript-6-expected.txt
+++ b/LayoutTests/inspector/sources/pretty-print-javascript-6-expected.txt
@@ -26,7 +26,7 @@ Running: generatorFormatter
====== 8< ------
function *max() {
var a = yield;
- var b = yield;
+ var b = yield 10;
if (a > b)
return a;
else

Powered by Google App Engine
This is Rietveld 408576698