OLD | NEW |
(Empty) | |
| 1 |
| 2 This is a testharness.js-based test. |
| 3 FAIL ':in-range' matches all elements that are candidates for constraint validat
ion, have range limitations, and that are neither suffering from an underflow no
r suffering from an overflow assert_array_equals: lengths differ, expected 1 got
2 |
| 4 PASS ':out-of-range' matches all elements that are candidates for constraint val
idation, have range limitations, and that are either suffering from an underflow
or suffering from an overflow |
| 5 FAIL ':in-range' update number1's value < min assert_array_equals: lengths diffe
r, expected 0 got 1 |
| 6 PASS ':out-of-range' update number1's value < min |
| 7 FAIL ':in-range' update number3's min < value assert_array_equals: lengths diffe
r, expected 1 got 2 |
| 8 PASS ':out-of-range' update number3's min < value |
| 9 Harness: the test ran to completion. |
| 10 |
OLD | NEW |