diff options
Diffstat (limited to 'tests/extensions/attr_list.html')
-rw-r--r-- | tests/extensions/attr_list.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/extensions/attr_list.html b/tests/extensions/attr_list.html index 6eafd3e..8900de0 100644 --- a/tests/extensions/attr_list.html +++ b/tests/extensions/attr_list.html @@ -64,6 +64,7 @@ And a <strong class="nest">nested <a class="linky2" href="http://example.com" ti <p>No <em>key or value</em></p> <p><em>Weirdness</em></p> <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> -<p>Extra <em foo="bar">equals signs</em></p>
\ No newline at end of file +<p>Extra <em foo="bar">equals signs</em></p> |