blob: 119fd67bafebe80676afd0334f85c89522bd1293 [file] [log] [blame]
description(
"This test ensures that String.fromCharCode doesn't crash."
);
shouldBe('String.fromCharCode(88)', '"X"');
var successfullyParsed = true;