Index: sky/tests/parser/html-expected.txt |
diff --git a/sky/tests/parser/html-expected.txt b/sky/tests/parser/html-expected.txt |
index 9a58594dfe77b86dfebd7d89f5e71959933ad234..e910c277fe4bd0ddf16a335b2c3875bd67de95e3 100644 |
--- a/sky/tests/parser/html-expected.txt |
+++ b/sky/tests/parser/html-expected.txt |
@@ -1,7 +1,7 @@ |
<!DOCTYPE HTML> |
<html> |
-<import src="../resources/dump-as-markup.sky"></import> |
-<body> |
+ <import src="../resources/dump-as-markup.sky"></import> |
+ <body> |
A <!DOCTYPE HTMLAGAIN> |
B <!BOGUSCOMMENT> |
@@ -11,13 +11,20 @@ G <! -- -- > |
H <image></image> |
I <keygen> |
J <isindex> |
-K <table><div></div><input type="hidden"></input></table> |
+K <table> |
+ <div></div> |
+ <input type="hidden"></input> |
+ </table> |
L <frameset></frameset> |
M <p></p> |
N |
O <br></br> |
P |
-Q <template><div>contents</div></template> |
- |
-</isindex></keygen></body> |
+Q <template> |
+ <div>contents</div> |
+ </template> |
+ </isindex> |
+ </keygen> |
+ </body> |
</html> |
+ |