| OLD | NEW |
| 1 CONSOLE ERROR: Error: Problem parsing points="a" | 1 CONSOLE ERROR: Error: Invalid value for <polyline> attribute points="a" |
| 2 CONSOLE ERROR: Error: Problem parsing points="10" | 2 CONSOLE ERROR: Error: Invalid value for <polyline> attribute points="10" |
| 3 CONSOLE ERROR: Error: Problem parsing points="10," | 3 CONSOLE ERROR: Error: Invalid value for <polyline> attribute points="10," |
| 4 CONSOLE ERROR: Error: Problem parsing points="10,," | 4 CONSOLE ERROR: Error: Invalid value for <polyline> attribute points="10,," |
| 5 CONSOLE ERROR: Error: Problem parsing points="10,,10" | 5 CONSOLE ERROR: Error: Invalid value for <polyline> attribute points="10,,10" |
| 6 CONSOLE ERROR: Error: Problem parsing points="10,10," | 6 CONSOLE ERROR: Error: Invalid value for <polyline> attribute points="10,10," |
| 7 CONSOLE ERROR: Error: Problem parsing points="10,10a" | 7 CONSOLE ERROR: Error: Invalid value for <polyline> attribute points="10,10a" |
| 8 CONSOLE ERROR: Error: Problem parsing points=",10" | 8 CONSOLE ERROR: Error: Invalid value for <polyline> attribute points=",10" |
| 9 CONSOLE ERROR: Error: Problem parsing points=",10," | 9 CONSOLE ERROR: Error: Invalid value for <polyline> attribute points=",10," |
| 10 CONSOLE ERROR: Error: Problem parsing points=",10,," | 10 CONSOLE ERROR: Error: Invalid value for <polyline> attribute points=",10,," |
| 11 CONSOLE ERROR: Error: Problem parsing points=",10,10" | 11 CONSOLE ERROR: Error: Invalid value for <polyline> attribute points=",10,10" |
| 12 This tests the parser for points attribute values. | 12 This tests the parser for points attribute values. |
| 13 | 13 |
| 14 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 14 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 15 | 15 |
| 16 | 16 |
| 17 Test string: ' ' | 17 Test string: ' ' |
| 18 PASS '' is '' | 18 PASS '' is '' |
| 19 | 19 |
| 20 Test string: '10 10' | 20 Test string: '10 10' |
| 21 PASS '10 10' is '10 10' | 21 PASS '10 10' is '10 10' |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 Test string: ',10,,' | 121 Test string: ',10,,' |
| 122 PASS '' is '' | 122 PASS '' is '' |
| 123 | 123 |
| 124 Test string: ',10,10' | 124 Test string: ',10,10' |
| 125 PASS '' is '' | 125 PASS '' is '' |
| 126 | 126 |
| 127 PASS successfullyParsed is true | 127 PASS successfullyParsed is true |
| 128 | 128 |
| 129 TEST COMPLETE | 129 TEST COMPLETE |
| 130 | 130 |
| OLD | NEW |