diff options
Diffstat (limited to 'tests/extensions')
-rw-r--r-- | tests/extensions/attr_list.html | 3 | ||||
-rw-r--r-- | tests/extensions/attr_list.txt | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/tests/extensions/attr_list.html b/tests/extensions/attr_list.html index 29e400d..8900de0 100644 --- a/tests/extensions/attr_list.html +++ b/tests/extensions/attr_list.html @@ -66,4 +66,5 @@ And a <strong class="nest">nested <a class="linky2" href="http://example.com" ti <p><em>More weirdness</em></p> <p>This should not cause a <em foo="a=b">crash</em></p> <p>Attr_lists do not contain <em>newlines</em>{ foo=bar -key=value }</p>
\ No newline at end of file +key=value }</p> +<p>Extra <em foo="bar">equals signs</em></p> diff --git a/tests/extensions/attr_list.txt b/tests/extensions/attr_list.txt index 98f1cc7..c3d06df 100644 --- a/tests/extensions/attr_list.txt +++ b/tests/extensions/attr_list.txt @@ -92,3 +92,5 @@ This should not cause a *crash*{ foo=a=b } Attr_lists do not contain *newlines*{ foo=bar key=value } + +Extra *equals signs*{ foo=bar=baz } |