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