Skip to content

Commit 87b82a9

Browse files
committed
Add note on the intention of the test
1 parent 19df5b6 commit 87b82a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_syntax/extensions/test_md_in_html.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1519,6 +1519,9 @@ def test_md1_code_cdata(self):
15191519

15201520
def test_trailing_content_after_tag_in_md_block(self):
15211521

1522+
# It should be noted that this is not the way `md_in_html` is intended to be used.
1523+
# What we are specifically testing is an edge case where content was previously lost.
1524+
# Lost content should not happen.
15221525
self.assertMarkdownRenders(
15231526
self.dedent(
15241527
"""

0 commit comments

Comments
 (0)