Skip to content

Commit 4de06b1

Browse files
committed
Added a small bit to test_abbr.py
1 parent c2e16f4 commit 4de06b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_syntax/extensions/test_abbr.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,8 @@ def test_abbr_empty(self):
478478
479479
*[]: Empty
480480
481+
*[ ]: Empty
482+
481483
*[abbr]:
482484
483485
*[ABBR]:
@@ -489,6 +491,7 @@ def test_abbr_empty(self):
489491
"""
490492
<p><abbr title="Abbreviation Definition">abbr</abbr></p>\n"""
491493
+ """<p>*[]: Empty</p>\n"""
494+
+ """<p>*[ ]: Empty</p>\n"""
492495
+ """<p>*[<abbr title="Abbreviation Definition">abbr</abbr>]:</p>\n"""
493496
+ """<p>*[ABBR]:</p>\n"""
494497
+ """<p>Testing document text.</p>

0 commit comments

Comments
 (0)