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

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

Issue 867963006: Add the <t> element and ignore whitespace outside it. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Do it for a whole subtree. Created 5 years, 11 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
« no previous file with comments | « sky/tests/parser/html-expected.txt ('k') | sky/tests/parser/starttag-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/parser/script-expected.txt
diff --git a/sky/tests/parser/script-expected.txt b/sky/tests/parser/script-expected.txt
index ba7de047b31e0a8d890e9ee4dea5c4e33f3c0a58..f8e0a3029f7ad06b0505d8c15ce9711f4745e1b4 100644
--- a/sky/tests/parser/script-expected.txt
+++ b/sky/tests/parser/script-expected.txt
@@ -13,45 +13,36 @@ 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>
+ <import src="../resources/dump-as-markup.sky"></import>
+ <body>
+ <script>
TEST <a></a>
</script>
-
-<SCRIPT>
+ <SCRIPT>
TEST <a></a>
-</SCRIPT>
-
-<script>
+ </SCRIPT>
+ <script>
<SCRIPT>
TEST <a></a>
</SCRIPT>
</script>
-
-<SCRIPT>
-<script>
+ <SCRIPT>
+ <script>
TEST <a></a>
</SCRIPT>
</script>
-</SCRIPT>
-
-<script> TEST </script>
+ </SCRIPT>
+ <script> TEST </script>
&lt;
script
-&gt; TEST
-
-<script> TEST </
+&gt; TEST <script> TEST </
script>
</script>
-
-<script> TEST </scrip>
+ <script> TEST </scrip>
</script>
-
-<script> TEST <//script>
+ <script> TEST <//script>
</script>
-
-</body>
+ </body>
</html>
+
« no previous file with comments | « sky/tests/parser/html-expected.txt ('k') | sky/tests/parser/starttag-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698