Expect fail the last radio link test.
All checks were successful
rust-test Build rust-test has succeeded

This commit is contained in:
Tom Alexander 2023-07-14 18:36:25 -04:00
parent cdd3517655
commit ef2c351696
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -81,6 +81,7 @@ fn is_expect_fail(name: &str) -> Option<&str> {
"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."),
"radio_link_before_and_after" => Some("Matching the contents of radio targets not yet implemented."),
"radio_link_simple" => Some("Matching the contents of radio targets not yet implemented."),
"radio_link_identical_or_semantically_identical" => Some("Would require having the 2-pass parsing implemented."),
_ => None,
}
}