diff options
Diffstat (limited to 'tests/extensions')
-rw-r--r-- | tests/extensions/attr_list.html | 4 | ||||
-rw-r--r-- | tests/extensions/attr_list.txt | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/tests/extensions/attr_list.html b/tests/extensions/attr_list.html index 2a36dbc..93a862f 100644 --- a/tests/extensions/attr_list.html +++ b/tests/extensions/attr_list.html @@ -63,4 +63,6 @@ And a <strong class="nest">nested <a class="linky2" href="http://example.com" ti <p>Value without <em>key</em></p> <p>No <em>key or value</em></p> <p><em>Weirdness</em></p> -<p><em>More weirdness</em></p>
\ No newline at end of file +<p><em>More weirdness</em></p> +<p>Attr_lists do not contain <em>newlines</em>{ foo=bar +key=value }</p>
\ No newline at end of file diff --git a/tests/extensions/attr_list.txt b/tests/extensions/attr_list.txt index c2adbf4..603b611 100644 --- a/tests/extensions/attr_list.txt +++ b/tests/extensions/attr_list.txt @@ -88,3 +88,5 @@ No *key or value*{ = } *More weirdness*{ === } +Attr_lists do not contain *newlines*{ foo=bar +key=value } |