Enable tests which are now passing.

This commit is contained in:
Tom Alexander 2023-07-18 23:29:41 -04:00
parent 5e73ca74d5
commit 3328c94a21
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -79,7 +79,6 @@ fn is_expect_fail(name: &str) -> Option<&str> {
"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."),
"entity_simple" => Some("Need to implement LaTeX fragments."),
_ => None,
}
}