| OLD | NEW |
| 1 ERROR: Uncaught SyntaxError: Unexpected token < | 1 ERROR: Uncaught SyntaxError: Unexpected token < |
| 2 SOURCE: http://127.0.0.1:8000/parser/script.sky:6 | 2 SOURCE: http://127.0.0.1:8000/sky/tests/parser/script.sky:6 |
| 3 ERROR: Uncaught SyntaxError: Unexpected token < | 3 ERROR: Uncaught SyntaxError: Unexpected token < |
| 4 SOURCE: http://127.0.0.1:8000/parser/script.sky:14 | 4 SOURCE: http://127.0.0.1:8000/sky/tests/parser/script.sky:14 |
| 5 ERROR: Uncaught SyntaxError: Unexpected token < | 5 ERROR: Uncaught SyntaxError: Unexpected token < |
| 6 SOURCE: http://127.0.0.1:8000/parser/script.sky:21 | 6 SOURCE: http://127.0.0.1:8000/sky/tests/parser/script.sky:21 |
| 7 ERROR: Uncaught ReferenceError: TEST is not defined | 7 ERROR: Uncaught ReferenceError: TEST is not defined |
| 8 SOURCE: http://127.0.0.1:8000/parser/script.sky:27 | 8 SOURCE: http://127.0.0.1:8000/sky/tests/parser/script.sky:27 |
| 9 ERROR: Uncaught SyntaxError: Invalid regular expression: missing / | 9 ERROR: Uncaught SyntaxError: Invalid regular expression: missing / |
| 10 SOURCE: http://127.0.0.1:8000/parser/script.sky:34 | 10 SOURCE: http://127.0.0.1:8000/sky/tests/parser/script.sky:34 |
| 11 ERROR: Uncaught SyntaxError: Invalid regular expression: missing / | 11 ERROR: Uncaught SyntaxError: Invalid regular expression: missing / |
| 12 SOURCE: http://127.0.0.1:8000/parser/script.sky:38 | 12 SOURCE: http://127.0.0.1:8000/sky/tests/parser/script.sky:38 |
| 13 ERROR: Uncaught SyntaxError: Unexpected token } | 13 ERROR: Uncaught SyntaxError: Unexpected token } |
| 14 SOURCE: http://127.0.0.1:8000/parser/script.sky:43 | 14 SOURCE: http://127.0.0.1:8000/sky/tests/parser/script.sky:43 |
| 15 <html> | 15 <html> |
| 16 <import src="../resources/dump-as-markup.sky"></import> | 16 <import src="../resources/dump-as-markup.sky"></import> |
| 17 <body> | 17 <body> |
| 18 | 18 |
| 19 <script> | 19 <script> |
| 20 TEST <a></a> | 20 TEST <a></a> |
| 21 </script> | 21 </script> |
| 22 | 22 |
| 23 <SCRIPT> | 23 <SCRIPT> |
| 24 TEST <a></a> | 24 TEST <a></a> |
| (...skipping 23 matching lines...) Expand all Loading... |
| 48 </script> | 48 </script> |
| 49 | 49 |
| 50 <script> TEST </scrip> | 50 <script> TEST </scrip> |
| 51 </script> | 51 </script> |
| 52 | 52 |
| 53 <script> TEST <//script> | 53 <script> TEST <//script> |
| 54 </script> | 54 </script> |
| 55 | 55 |
| 56 </body> | 56 </body> |
| 57 </html> | 57 </html> |
| OLD | NEW |