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

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

Issue 2560963002: [Devtools] Upgrade acorn services to use ECMAScript7 (Closed)
Patch Set: Created 4 years 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 fd216f32bd9af251acea91e71a534c4889b4c67b..95982dfc81ee8c07a24e9c8ae653f06098e678f1 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
@@ -79,3 +79,12 @@ b();
Correct mapping for <a>
Correct mapping for <b>
+Running: ensureExponentialOperator
+====== 8< ------
+2 ** 3
+
+------ >8 ======
+Correct mapping for <2>
+Correct mapping for <**>
+Correct mapping for <3>
+

Powered by Google App Engine
This is Rietveld 408576698