diff --git a/tests/test_values.py b/tests/test_values.py
index 957a42e..8b6d36b 100644
--- a/tests/test_values.py
+++ b/tests/test_values.py
@@ -247,6 +247,7 @@
"""\t
A definition list
\n\n\t\n\t\t- Term 1
\n\t\t- Def 1
\n\t\t- Def 2
\n\t\t- Def 3\n\t\t
\n\t\t\t- Center
\n\t\t\t- NATO
\n\t\t\t- Subdef 1
\n\t\t\t- Subdef 2\n\t\t\t
\n\t\t\t\t- SubSub Term
\n\t\t\t\t- SubSub Def 1
\n\t\t\t\t- SubSub Def 2
\n\t\t\t\t- Subsub Def 3
\nWith newline \n\t\t\t\t- Subsub Def 4
\n\t\t\t
\n\t\t\t- Subdef 3
\n\t\t
\n\t\t- DEF 4
\n\t\t- Term 2
\n\t\t- Another def
\n\t\t- And another
\n\t\t- One more\n\t\t
\n\t\t\t- A def without a term
\n\t\t\t- More defness
\n\t\t
\n\t\t- Third term for good measure
\n\t\t- My definition of a boombastic jazz
\n\t
"""),
("""###. Here's a comment.\n\nh3. Hello\n\n###. And\nanother\none.\n\nGoodbye.""", """\tHello
\n\n\tGoodbye.
"""),
("""h2. A Definition list which covers the instance where a new definition list is created with a term without a definition\n\n- term :=\n- term2 := def""", """\tA Definition list which covers the instance where a new definition list is created with a term without a definition
\n\n\n\t- term
\n\t- term2
\n\t- def
\n
"""),
+ ("""h2. A definition list where one item in the list is missing a definition for the term\n\n- Markdown := a perfectly cromulent plaintext markup system\n- Textile :=""", """\tA definition list where one item in the list is missing a definition for the term
\n\n\n\t- Markdown
\n\t- a perfectly cromulent plaintext markup system
\n\t- Textile
\n
"""),
('!{height:20px;width:20px;}https://1.gravatar.com/avatar/!',
'\t![](https://1.gravatar.com/avatar/)
'),
('& test', '\t& test
'),