haikuwebkit/LayoutTests/js/kde/cast-expected.txt

14 lines
299 B
Plaintext

KDE JS Test
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS Boolean(1) === true is true
PASS var s = String; s(1) === '1' is true
PASS n = Number; n(true) === 1 is true
PASS String(Array('a', 'b' )) is 'a,b'
PASS successfullyParsed is true
TEST COMPLETE