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

Unified Diff: sky/tests/parser/starttag-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/script-expected.txt ('k') | sky/tests/parser/style-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/parser/starttag-expected.txt
diff --git a/sky/tests/parser/starttag-expected.txt b/sky/tests/parser/starttag-expected.txt
index 90b05d1bfc48566db1ac18d39d04ecc5af232c1e..0e6d2d046d9a2114116f7b5964faf79d58179d7c 100644
--- a/sky/tests/parser/starttag-expected.txt
+++ b/sky/tests/parser/starttag-expected.txt
@@ -1,28 +1,24 @@
<html>
-<import src="../resources/dump-as-markup.sky"></import>
-<body>
-
- <a>1</a>
-
-<a>2</a>
-<a.>3</a.>
-<a_>4</a_>
-<a->5</a->
-<a!>6</a!>
-<a%>7</a%>
+ <import src="../resources/dump-as-markup.sky"></import>
+ <body>
+ <a>1</a>
+ <a>2</a>
+ <a.>3</a.>
+ <a_>4</a_>
+ <a->5</a->
+ <a!>6</a!>
+ <a%>7</a%>
&lt; a&gt;8&lt;/ a&gt;
<.a>9</.a>
-<_a>a</_a>
-<-a>b</-a>
+ <_a>a</_a>
+ <-a>b</-a>
&lt;!a&gt;c&lt;/!a&gt;
&lt;%a&gt;d&lt;/%a&gt;
<a _a=""></a>
-
-<a foo="bar" <="" a=""></a>
-
-<a a1="" a2="xx=xx" a3="&amp;" a4="&amp;#" a5="&amp;#x" a6="&amp;#x1" a7="" a8="&amp;#1" a9="" aa="&amp;a" ab="�" ac="&amp;;" ad="a" ae="<" af="&amp;lt" ag="�" b3="&amp;" b4="&amp;#" b5="&amp;#x" b6="&amp;#x1" b7="" b8="&amp;#1" b9="" ba="&amp;a" bb="�" bc="&amp;;" bd="a" be="<" bf="&amp;lt" bg="�" c3="&amp;" c4="&amp;#" c5="&amp;#x" c6="&amp;#x1" c7="" c8="&amp;#1" c9="" ca="&amp;a" cb="�" cc="&amp;;" cd="a" ce="<" cf="&amp;lt" cg="�">
-
-</a></body>
+ <a foo="bar" <="" a=""></a>
+ <a a1="" a2="xx=xx" a3="&amp;" a4="&amp;#" a5="&amp;#x" a6="&amp;#x1" a7="" a8="&amp;#1" a9="" aa="&amp;a" ab="�" ac="&amp;;" ad="a" ae="<" af="&amp;lt" ag="�" b3="&amp;" b4="&amp;#" b5="&amp;#x" b6="&amp;#x1" b7="" b8="&amp;#1" b9="" ba="&amp;a" bb="�" bc="&amp;;" bd="a" be="<" bf="&amp;lt" bg="�" c3="&amp;" c4="&amp;#" c5="&amp;#x" c6="&amp;#x1" c7="" c8="&amp;#1" c9="" ca="&amp;a" cb="�" cc="&amp;;" cd="a" ce="<" cf="&amp;lt" cg="�"></a>
+ </body>
</html>
+
« no previous file with comments | « sky/tests/parser/script-expected.txt ('k') | sky/tests/parser/style-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698