Now that tables are implemented, re-enable one of the tests that depended on them.

This commit is contained in:
Tom Alexander 2023-04-21 15:49:39 -04:00
parent 0fcfdd5ff2
commit 2dabe093f4
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -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_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_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_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("A lot needs to be implemented."),
"element_container_priority_readme" => Some("Table needs to be implemented."),
_ => None, _ => None,
} }
} }