Sign in
webkit
/
WebKit
/
4998104f692eb1d9136695fb6ec92704feed5358
/
.
/
JSTests
/
stress
/
array-to-locale-string.js
blob: 116e629e836d569d06ced23c4e978ec1b9f204cc [
file
] [
log
] [
blame
]
function
shouldBe
(
actual
,
expected
)
{
if
(
actual
!==
expected
)
throw
new
Error
(
'bad value: '
+
actual
);
}
var
array
=
[
null
,
null
,
null
];
shouldBe
(
array
.
toLocaleString
(),
`,,`)