From 2dabe093f4bfb9aef2ff99a8733061a211b454be Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Fri, 21 Apr 2023 15:49:39 -0400 Subject: [PATCH] Now that tables are implemented, re-enable one of the tests that depended on them. --- build.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.rs b/build.rs index 5994fbd..94c9502 100644 --- a/build.rs +++ b/build.rs @@ -76,8 +76,7 @@ fn is_expect_fail(name: &str) -> Option<&str> { "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."), - "exit_matcher_investigation_table_list" => Some("Table needs to be implemented."), - "element_container_priority_readme" => Some("Table needs to be implemented."), + "element_container_priority_readme" => Some("A lot needs to be implemented."), _ => None, } }