From 58342bf85ed0a7f9b1ae177d2e0cc8bbfb96094c Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Fri, 21 Apr 2023 22:52:57 -0400 Subject: [PATCH] More tests that are passing. --- build.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build.rs b/build.rs index 9575ccd9..615d8a70 100644 --- a/build.rs +++ b/build.rs @@ -71,9 +71,7 @@ use organic::parser::sexp::sexp_with_padding; 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("Keyword needs to be implemented."), - "element_container_priority_greater_block_dynamic_block" => Some("Keyword needs to be implemented."), - "element_container_priority_section_dynamic_block" => Some("Keyword needs to be implemented."), + "element_container_priority_footnote_definition_dynamic_block" => Some("Apparently broken begin lines become their own paragraph."), _ => None, } }