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

Side by Side 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, 1 month 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 unified diff | Download patch
« no previous file with comments | « sky/tests/parser/starttag.sky ('k') | sky/tests/parser/style.sky » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <html>
2 <link rel="import" href="../resources/dump-as-markup.sky"></link>
3 <body>
4
5 <a>1</a>
6
7 <a>2</a>
8 <a.>3</a.>
9 <a_>4</a_>
10 <a->5</a->
11 <a!>6</a!>
12 <a%>7</a%>
13
14 &lt; a&gt;8&lt;/ a&gt;
15 <.a>9</.a>
16 <_a>a</_a>
17 <-a>b</-a>
18 &lt;!a&gt;c&lt;/!a&gt;
19 &lt;%a&gt;d&lt;/%a&gt;
20
21 <a _a=""></a>
22
23 <a foo="bar" <="" a=""></a>
24
25 <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="" b a="&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="�">
26
27 </a></body>
28 </html>
OLDNEW
« 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