haikuwebkit/LayoutTests/js/script-tests/string-from-char-code.js

6 lines
121 B
JavaScript

description(
"This test ensures that String.fromCharCode doesn't crash."
);
shouldBe('String.fromCharCode(88)', '"X"');