From 97f956d0bf78cc614ae39ff5304d206c06bbb8b5 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Fri, 14 Jul 2023 20:59:00 -0400 Subject: [PATCH] Enable another test. --- build.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/build.rs b/build.rs index bf10e49c..bb99b667 100644 --- a/build.rs +++ b/build.rs @@ -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."), - "radio_link_identical_or_semantically_identical" => Some("Would require having the 2-pass parsing implemented."), _ => None, } }