Handle bullshitium for 🔚.

This commit is contained in:
Tom Alexander
2023-10-18 11:57:39 -04:00
parent bcdf1f5e9d
commit b0b287cd47
5 changed files with 92 additions and 2 deletions

View File

@@ -68,8 +68,6 @@ fn write_test(test_file: &mut File, test: &walkdir::DirEntry) {
#[cfg(feature = "compare")]
fn is_expect_fail(name: &str) -> Option<&str> {
match name {
"greater_element_drawer_drawer_with_headline_inside" => Some("Apparently lines with :end: become their own paragraph. This odd behavior needs to be investigated more."),
"element_container_priority_footnote_definition_dynamic_block" => Some("Apparently broken begin lines become their own paragraph."),
_ => None,
}
}