Index: sky/tests/parser/script-expected.txt |
diff --git a/sky/tests/parser/script-expected.txt b/sky/tests/parser/script-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..8bbdefd4f5e0af44260d1eeb971759d523453bf2 |
--- /dev/null |
+++ b/sky/tests/parser/script-expected.txt |
@@ -0,0 +1,57 @@ |
+ERROR: Uncaught SyntaxError: Unexpected token < |
+SOURCE: http://127.0.0.1:8000/parser/script.sky:3 |
+ERROR: Uncaught SyntaxError: Unexpected token < |
+SOURCE: http://127.0.0.1:8000/parser/script.sky:3 |
+ERROR: Uncaught SyntaxError: Unexpected token < |
+SOURCE: http://127.0.0.1:8000/parser/script.sky:3 |
+ERROR: Uncaught ReferenceError: TEST is not defined |
+SOURCE: http://127.0.0.1:8000/parser/script.sky:2 |
+ERROR: Uncaught SyntaxError: Invalid regular expression: missing / |
+SOURCE: http://127.0.0.1:8000/parser/script.sky:2 |
+ERROR: Uncaught SyntaxError: Invalid regular expression: missing / |
+SOURCE: http://127.0.0.1:8000/parser/script.sky:2 |
+ERROR: Uncaught SyntaxError: Unexpected token } |
+SOURCE: http://127.0.0.1:8000/parser/script.sky:4 |
+<html> |
+<link rel="import" href="../resources/dump-as-markup.sky"></link> |
+<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> |