Add custom tags test
This commit is contained in:
parent
32a48343b3
commit
d257db6f66
|
@ -77,6 +77,27 @@ Void tags
|
||||||
(attribute (attribute_name) (attribute_value))))
|
(attribute (attribute_name) (attribute_value))))
|
||||||
(end_tag (tag_name))))
|
(end_tag (tag_name))))
|
||||||
|
|
||||||
|
==================================
|
||||||
|
Custom tags
|
||||||
|
==================================
|
||||||
|
<something:different>
|
||||||
|
<atom-text-editor mini>
|
||||||
|
Hello
|
||||||
|
</atom-text-editor>
|
||||||
|
</something:different>
|
||||||
|
---
|
||||||
|
|
||||||
|
(fragment
|
||||||
|
(element
|
||||||
|
(start_tag (tag_name))
|
||||||
|
(text)
|
||||||
|
(element
|
||||||
|
(start_tag (tag_name) (attribute (attribute_name)))
|
||||||
|
(text)
|
||||||
|
(end_tag (tag_name)))
|
||||||
|
(text)
|
||||||
|
(end_tag (tag_name))))
|
||||||
|
|
||||||
==================================
|
==================================
|
||||||
Comments
|
Comments
|
||||||
==================================
|
==================================
|
||||||
|
|
Loading…
Reference in New Issue