haikuwebkit/LayoutTests/js/mod-by-zero-expected.txt

11 lines
218 B
Plaintext

This tests that modulo with zero does not crash but returns NaN.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS mod(0) is NaN
PASS successfullyParsed is true
TEST COMPLETE