Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1870)

Unified Diff: sky/tests/parser/script-expected.txt

Issue 1215063003: Remove Sky tests that we don't intend to port to the new world (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
-
-&lt;
-script
-&gt; TEST <script> TEST </
-script>
-</script>
- <script> TEST </scrip>
-</script>
- <script> TEST <//script>
-</script>
- </body>
-</html>
-

Powered by Google App Engine
This is Rietveld 408576698