diff options
author | Waylan Limberg <waylan.limberg@icloud.com> | 2016-09-23 19:36:40 -0400 |
---|---|---|
committer | Waylan Limberg <waylan.limberg@icloud.com> | 2016-09-23 19:36:40 -0400 |
commit | 8384d26981572cf500021e826a67164d69c5d75f (patch) | |
tree | 230cc03dad688fe11d3713e95d0bf5da2f89ca72 /tests/extensions/attr_list.html | |
parent | 4747cf794b03920153a10ee7a8dd53011bf4802f (diff) | |
parent | 5f358c0d580bd409279cef1404e6460e7fe2156e (diff) | |
download | markdown-8384d26981572cf500021e826a67164d69c5d75f.tar.gz markdown-8384d26981572cf500021e826a67164d69c5d75f.tar.bz2 markdown-8384d26981572cf500021e826a67164d69c5d75f.zip |
Merge branch 'master' of https://github.com/waylan/Python-Markdown
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> |