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

Unified Diff: test/webkit/fast/js/function-toString-semicolon-insertion-expected.txt

Issue 2161413002: Adjust whitespace to make tests oblivious to --harmony-function-tostring (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 5 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: test/webkit/fast/js/function-toString-semicolon-insertion-expected.txt
diff --git a/test/webkit/fast/js/function-toString-semicolon-insertion-expected.txt b/test/webkit/fast/js/function-toString-semicolon-insertion-expected.txt
index edb651fbea3cfed5ddcabdcfc0267ea33317792d..2724abca3fc689a21b162da56061142d57effefc 100644
--- a/test/webkit/fast/js/function-toString-semicolon-insertion-expected.txt
+++ b/test/webkit/fast/js/function-toString-semicolon-insertion-expected.txt
@@ -26,14 +26,14 @@ This test checks that functions re-string-ify in a way that is syntactically com
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-FAIL (function(){return}).toString() should be function () {return;}. Was function (){return}.
-FAIL (function(){return }).toString() should be function () {return; }. Was function (){return }.
-FAIL (function(){return
+FAIL (function (){return}).toString() should be function () {return;}. Was function (){return}.
+FAIL (function (){return }).toString() should be function () {return; }. Was function (){return }.
+FAIL (function (){return
}).toString() should be function () {return;
}. Was function (){return
}.
-FAIL (function(){}).toString() should be function () {}. Was function (){}.
-FAIL (function(){ }).toString() should be function () { }. Was function (){ }.
+FAIL (function (){}).toString() should be function () {}. Was function (){}.
+FAIL (function (){ }).toString() should be function () { }. Was function (){ }.
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « test/webkit/fast/js/function-toString-semicolon-insertion.js ('k') | test/webkit/fast/js/kde/lval-exceptions.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698