summaryrefslogtreecommitdiff
path: root/tests/test_syntax/extensions/test_md_in_html.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_syntax/extensions/test_md_in_html.py')
-rw-r--r--tests/test_syntax/extensions/test_md_in_html.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/test_syntax/extensions/test_md_in_html.py b/tests/test_syntax/extensions/test_md_in_html.py
index fc9be7c..6c13f11 100644
--- a/tests/test_syntax/extensions/test_md_in_html.py
+++ b/tests/test_syntax/extensions/test_md_in_html.py
@@ -1066,7 +1066,7 @@ class TestMdInHTML(TestCase):
)
def test_md1_hr_start_and_end(self):
- # Browers ignore ending hr tags, so we don't try to do anything to handle them special.
+ # Browsers ignore ending hr tags, so we don't try to do anything to handle them special.
self.assertMarkdownRenders(
self.dedent(
"""
@@ -1086,7 +1086,7 @@ class TestMdInHTML(TestCase):
)
def test_md1_hr_only_end(self):
- # Browers ignore ending hr tags, so we don't try to do anything to handle them special.
+ # Browsers ignore ending hr tags, so we don't try to do anything to handle them special.
self.assertMarkdownRenders(
self.dedent(
"""
@@ -1105,7 +1105,7 @@ class TestMdInHTML(TestCase):
)
def test_md1_hr_with_content(self):
- # Browers ignore ending hr tags, so we don't try to do anything to handle them special.
+ # Browsers ignore ending hr tags, so we don't try to do anything to handle them special.
# Content is not allowed and will be treated as normal content between two hr tags
self.assertMarkdownRenders(
self.dedent(
@@ -1129,7 +1129,7 @@ class TestMdInHTML(TestCase):
)
def test_no_md1_hr_with_content(self):
- # Browers ignore ending hr tags, so we don't try to do anything to handle them special.
+ # Browsers ignore ending hr tags, so we don't try to do anything to handle them special.
# Content is not allowed and will be treated as normal content between two hr tags
self.assertMarkdownRenders(
self.dedent(