From d257db6f6637e12100351ae22b68ed4c0014b091 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Tue, 12 Jun 2018 14:03:51 -0700 Subject: [PATCH] Add custom tags test --- corpus/main.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/corpus/main.txt b/corpus/main.txt index 1c19046..0fc0aa8 100644 --- a/corpus/main.txt +++ b/corpus/main.txt @@ -77,6 +77,27 @@ Void tags (attribute (attribute_name) (attribute_value)))) (end_tag (tag_name)))) +================================== +Custom tags +================================== + + + Hello + + +--- + +(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 ==================================