From 9c4013c22993219771bdc88a47d1652850a08b8c Mon Sep 17 00:00:00 2001 From: Dennis Burke Date: Wed, 7 Aug 2024 16:17:27 -0400 Subject: [PATCH] hopefully this will cover a missing line in codecov --- tests/test_values.py | 1 + 1 file changed, 1 insertion(+) 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.""", """\t

Hello

\n\n\t

Goodbye.

"""), ("""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""", """\t

A 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 :=""", """\t

A 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

'), ('& test', '\t

& test

'),