Sign in
webkit
/
WebKit
/
66cdb846915aae4450b94f8116064bc8acde6015
/
.
/
LayoutTests
/
fast
/
js
/
resources
/
string-from-char-code.js
blob: 119fd67bafebe80676afd0334f85c89522bd1293 [
file
] [
log
] [
blame
]
description
(
"This test ensures that String.fromCharCode doesn't crash."
);
shouldBe
(
'String.fromCharCode(88)'
,
'"X"'
);
var
successfullyParsed
=
true
;