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

Unified Diff: sky/tests/parser/starttag-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/starttag-expected.txt
diff --git a/sky/tests/parser/starttag-expected.txt b/sky/tests/parser/starttag-expected.txt
deleted file mode 100644
index 0e6d2d046d9a2114116f7b5964faf79d58179d7c..0000000000000000000000000000000000000000
--- a/sky/tests/parser/starttag-expected.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-<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%>
-
-&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>
-

Powered by Google App Engine
This is Rietveld 408576698