File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -1187,16 +1187,15 @@ But *this* should!",
11871187 }
11881188
11891189 #[ test]
1190- fn extract_messages_skipping_inline_second_item_buggy ( ) {
1190+ fn extract_messages_skipping_inline_second_item ( ) {
11911191 // This isn't great: we lose text following a HTML comment.
11921192 // Very similar to the failure mode of the
11931193 // `extract_messages_details` test.
11941194 //
1195- // The root cause appears to be a bug in the Markdown parser
1196- // because it's not separating HTML element from text that
1197- // immediately follows it.
1198- //
1199- // Related: https://github.com/raphlinus/pulldown-cmark/issues/712
1195+ // The root cause is due to the Markdown spec and how the
1196+ // Markdown parser treats HTML blocks. The text that
1197+ // immediately follows an HTML block on the same line is
1198+ // included as part of the HTML block.
12001199 assert_extract_messages (
12011200 "
12021201* A
You can’t perform that action at this time.
0 commit comments