| OLD | NEW |
| 1 CONSOLE WARNING: line 44: The specified value 'something' is not a valid email a
ddress. | 1 CONSOLE WARNING: line 44: The specified value "something" is not a valid email a
ddress. |
| 2 This test checks validity.patternMismatch. | 2 This test checks validity.patternMismatch. |
| 3 | 3 |
| 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 5 | 5 |
| 6 | 6 |
| 7 PASS patternMismatchFor("simple") is false | 7 PASS patternMismatchFor("simple") is false |
| 8 PASS patternMismatchFor("no-pattern-and-no-value") is false | 8 PASS patternMismatchFor("no-pattern-and-no-value") is false |
| 9 PASS patternMismatchFor("ip-address") is false | 9 PASS patternMismatchFor("ip-address") is false |
| 10 PASS patternMismatchFor("email-address") is false | 10 PASS patternMismatchFor("email-address") is false |
| 11 PASS patternMismatchFor("wrong-email-address") is true | 11 PASS patternMismatchFor("wrong-email-address") is true |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 PASS patternMismatchFor("invalid-02") is false | 60 PASS patternMismatchFor("invalid-02") is false |
| 61 PASS patternMismatchFor("invalid-03") is false | 61 PASS patternMismatchFor("invalid-03") is false |
| 62 PASS patternMismatchFor("invalid-04") is false | 62 PASS patternMismatchFor("invalid-04") is false |
| 63 PASS patternMismatchFor("invalid-05") is false | 63 PASS patternMismatchFor("invalid-05") is false |
| 64 PASS patternMismatchFor("invalid-06") is false | 64 PASS patternMismatchFor("invalid-06") is false |
| 65 PASS patternMismatchFor("disabled") is false | 65 PASS patternMismatchFor("disabled") is false |
| 66 PASS successfullyParsed is true | 66 PASS successfullyParsed is true |
| 67 | 67 |
| 68 TEST COMPLETE | 68 TEST COMPLETE |
| 69 | 69 |
| OLD | NEW |