Identify a problem.
This commit is contained in:
parent
f964481544
commit
da76d3714c
3
build.rs
3
build.rs
@ -78,8 +78,7 @@ fn is_expect_fail(name: &str) -> Option<&str> {
|
|||||||
"element_container_priority_footnote_definition_greater_block" => Some("Need to implement subscript."),
|
"element_container_priority_footnote_definition_greater_block" => Some("Need to implement subscript."),
|
||||||
"element_container_priority_greater_block_greater_block" => Some("Need to implement subscript."),
|
"element_container_priority_greater_block_greater_block" => Some("Need to implement subscript."),
|
||||||
"element_container_priority_section_greater_block" => Some("Need to implement subscript."),
|
"element_container_priority_section_greater_block" => Some("Need to implement subscript."),
|
||||||
"exit_matcher_investigation_bold_with_asterisk_inside" => Some("Need to implement bold."),
|
// "exit_matcher_investigation_bold_with_asterisk_inside" => Some("Need to implement bold."),
|
||||||
"exit_matcher_investigation_table_list" => Some("Need to implement bold."),
|
|
||||||
"keyword_affiliated_keyword" => Some("Need to implement link."),
|
"keyword_affiliated_keyword" => Some("Need to implement link."),
|
||||||
"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."),
|
"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."),
|
||||||
"text_markup_opening_and_closing" => Some("Need to implement bold and link."),
|
"text_markup_opening_and_closing" => Some("Need to implement bold and link."),
|
||||||
|
@ -1,6 +1 @@
|
|||||||
[fn:1] footnote.
|
foo *bar baz * lorem* ipsum
|
||||||
:drawername:
|
|
||||||
|
|
||||||
|
|
||||||
:end:
|
|
||||||
Is this still in the footnote?
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user