Determine if XML lines result in equal trees
Examples
check_empty_beautier_folder()
are_equal_xml_lines(
lines_1 = readLines(get_beautier_path("2_4.xml")),
lines_2 = readLines(get_beautier_path("2_6_0.xml")),
section = "taxonset"
)
#> [1] FALSE
check_empty_beautier_folder()