Sign in
webkit
/
WebKit
/
d79b7e713ceaf06a6bf446a1c1fe26f74d99e80b
/
.
/
LayoutTests
/
js
/
script-tests
/
string-from-char-code.js
blob: df2d0ed37a6b74090f75b9ee778465edac93e171 [
file
] [
log
] [
blame
]
description
(
"This test ensures that String.fromCharCode doesn't crash."
);
shouldBe
(
'String.fromCharCode(88)'
,
'"X"'
);