Commit 62054f8b authored by lrn@chromium.org's avatar lrn@chromium.org

Bad newline snuck in before commit.

Review URL: http://codereview.chromium.org/560032

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3788 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 18c6134e
...@@ -295,8 +295,7 @@ assertEquals('{"x":true}', JSON.stringify({x: Boolean}, newx)); ...@@ -295,8 +295,7 @@ assertEquals('{"x":true}', JSON.stringify({x: Boolean}, newx));
assertEquals(undefined, JSON.stringify(undefined)); assertEquals(undefined, JSON.stringify(undefined));
assertEquals(undefined, JSON.stringify(function () { })); 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. // replaced by null.
assertEquals("[null,null,null]", assertEquals("[null,null,null]",
JSON.stringify([undefined,,function(){}])); JSON.stringify([undefined,,function(){}]));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment