FAIL: test_raw_missing_close_bracket (test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_missing_close_bracket) AssertionError: '' != '

<foo

' FAIL: test_raw_unclosed_tag_in_code_span (test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_unclosed_tag_in_code_span) AssertionError: '

<div.

\n

\nhello\n

' != '

<div.

\n
\nhello\n
' FAIL: test_raw_unclosed_tag_in_code_span_space (test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_unclosed_tag_in_code_span_space) AssertionError: '

<div.

\n

\nhello\n

' != '

<div.

\n
\nhello\n
' FAIL: test_unclosed_comment_ (test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_unclosed_comment_) AssertionError: '' != '

<!-- unclosed comment

\n

not a comment

' FAIL: test_raw_missing_close_bracket (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_missing_close_bracket) AssertionError: '' != '

<foo

' FAIL: test_raw_unclosed_tag_in_code_span (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_unclosed_tag_in_code_span) AssertionError: '

<div.

\n

\nhello\n

' != '

<div.

\n
\nhello\n
' FAIL: test_raw_unclosed_tag_in_code_span_space (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_unclosed_tag_in_code_span_space) AssertionError: '

<div.

\n

\nhello\n

' != '

<div.

\n
\nhello\n
' FAIL: test_unclosed_comment_ (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_unclosed_comment_) AssertionError: '' != '

<!-- unclosed comment

\n

not a comment

' FAILED (failures=8, skipped=51) >>> ERROR: py3-markdown: check failed