diff --git a/build.rs b/build.rs index d66de88..75f7b6b 100644 --- a/build.rs +++ b/build.rs @@ -73,11 +73,6 @@ fn is_expect_fail(name: &str) -> Option<&str> { match name { "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."), - "element_container_priority_drawer_greater_block" => Some("Need to implement subscript."), - "element_container_priority_dynamic_block_greater_block" => Some("Need to implement subscript."), - "element_container_priority_footnote_definition_greater_block" => Some("Need to implement subscript."), - "element_container_priority_greater_block_greater_block" => Some("Need to implement subscript."), - "element_container_priority_section_greater_block" => Some("Need to implement subscript."), "paragraphs_paragraph_with_backslash_line_breaks" => Some("The text we're getting out of the parse tree is already processed to remove line breaks, so our comparison needs to take that into account."), "export_snippet_paragraph_break_precedent" => Some("Emacs 28 has broken behavior so the tests in the CI fail."), _ => None,