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

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

Issue 685593006: This CL provides a bunch of new parser tests, and updates the (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 2 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/starttag.sky ('k') | sky/tests/parser/style.sky » ('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
new file mode 100644
index 0000000000000000000000000000000000000000..db3ad5c293be077d6df568d7c4413333684d20ba
--- /dev/null
+++ b/sky/tests/parser/starttag-expected.txt
@@ -0,0 +1,28 @@
+<html>
+<link rel="import" href="../resources/dump-as-markup.sky"></link>
+<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>
+&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>
+</html>
« no previous file with comments | « sky/tests/parser/starttag.sky ('k') | sky/tests/parser/style.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698