has_xml_short_closing_tag {beautier} | R Documentation |
Is an XML closing tag with short closing text in one of the lines of the text?
has_xml_short_closing_tag(lines)
lines |
lines of an XML text |
TRUE if there is an XML tag that also closes present in the lines of text, FALSE otherwise
Richèl J.C. Bilderbeek
check_empty_beautier_folder()
# TRUE
has_xml_short_closing_tag("<my_tag id=1/>")
# FALSE
has_xml_short_closing_tag("<my_tag id=1>text</my_tag>")
check_empty_beautier_folder()