tizen beta release
[profile/ivi/webkit-efl.git] / LayoutTests / fast / js / script-tests / string-from-char-code.js
1 description(
2 "This test ensures that String.fromCharCode doesn't crash."
3 );
4
5 shouldBe('String.fromCharCode(88)', '"X"');