Bad newline snuck in before commit.
authorlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 3 Feb 2010 13:29:42 +0000 (13:29 +0000)
committerlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 3 Feb 2010 13:29:42 +0000 (13:29 +0000)
Review URL: http://codereview.chromium.org/560032

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3788 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

test/mjsunit/json.js

index d47cff08b72fffdafcb698629b0e605c6ef2891f..85457cd6e11e4d56855f1a06dce1153ec5bad9a8 100644 (file)
@@ -295,8 +295,7 @@ assertEquals('{"x":true}', JSON.stringify({x: Boolean}, newx));
 
 assertEquals(undefined, JSON.stringify(undefined));
 assertEquals(undefined, JSON.stringify(function () { }));
-// 
-Arrays with missing, undefined or function elements have those elements 
+// Arrays with missing, undefined or function elements have those elements 
 // replaced by null.
 assertEquals("[null,null,null]", 
              JSON.stringify([undefined,,function(){}]));