blob: 13654fbc1bd418aa276d88e9d32b1b433698c192 [file] [log] [blame]
// Copyright (c) 2012 Ecma International. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
es5id: 15.12.3-11-1
description: JSON.stringify(undefined) returns undefined
---*/
assert.sameValue(JSON.stringify(undefined), undefined, 'JSON.stringify(undefined)');