test: add tests

This commit is contained in:
Ika 2019-10-04 20:44:44 +08:00
parent aeb2f456b8
commit 0a4bfb63a6
1 changed files with 7 additions and 1 deletions

View File

@ -145,6 +145,9 @@ Raw text elements
</ </s </st </sty </styl </ </s </st </sty </styl
</style> </style>
<script>
</SCRIPT>
--- ---
(fragment (fragment
@ -157,7 +160,10 @@ Raw text elements
(start_tag (tag_name)) (start_tag (tag_name))
(raw_text) (raw_text)
(end_tag (tag_name))) (end_tag (tag_name)))
(text)) (text)
(ERROR
(start_tag (tag_name))
(raw_text)))
================================== ==================================
All-caps doctype All-caps doctype