Index: sky/tests/parser/script-expected.txt |
diff --git a/sky/tests/parser/script-expected.txt b/sky/tests/parser/script-expected.txt |
deleted file mode 100644 |
index f8e0a3029f7ad06b0505d8c15ce9711f4745e1b4..0000000000000000000000000000000000000000 |
--- a/sky/tests/parser/script-expected.txt |
+++ /dev/null |
@@ -1,48 +0,0 @@ |
-ERROR: Uncaught SyntaxError: Unexpected token < |
-SOURCE: http://127.0.0.1:8000/sky/tests/parser/script.sky:6 |
-ERROR: Uncaught SyntaxError: Unexpected token < |
-SOURCE: http://127.0.0.1:8000/sky/tests/parser/script.sky:14 |
-ERROR: Uncaught SyntaxError: Unexpected token < |
-SOURCE: http://127.0.0.1:8000/sky/tests/parser/script.sky:21 |
-ERROR: Uncaught ReferenceError: TEST is not defined |
-SOURCE: http://127.0.0.1:8000/sky/tests/parser/script.sky:27 |
-ERROR: Uncaught SyntaxError: Invalid regular expression: missing / |
-SOURCE: http://127.0.0.1:8000/sky/tests/parser/script.sky:34 |
-ERROR: Uncaught SyntaxError: Invalid regular expression: missing / |
-SOURCE: http://127.0.0.1:8000/sky/tests/parser/script.sky:38 |
-ERROR: Uncaught SyntaxError: Unexpected token } |
-SOURCE: http://127.0.0.1:8000/sky/tests/parser/script.sky:43 |
-<html> |
- <import src="../resources/dump-as-markup.sky"></import> |
- <body> |
- <script> |
- TEST <a></a> |
-</script> |
- <SCRIPT> |
- TEST <a></a> |
- </SCRIPT> |
- <script> |
-<SCRIPT> |
- TEST <a></a> |
-</SCRIPT> |
-</script> |
- <SCRIPT> |
- <script> |
- TEST <a></a> |
-</SCRIPT> |
-</script> |
- </SCRIPT> |
- <script> TEST </script> |
- |
-< |
-script |
-> TEST <script> TEST </ |
-script> |
-</script> |
- <script> TEST </scrip> |
-</script> |
- <script> TEST <//script> |
-</script> |
- </body> |
-</html> |
- |