aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2016-09-23 20:00:54 -0400
committerWaylan Limberg <waylan.limberg@icloud.com>2016-09-23 20:00:54 -0400
commit5881ae5235de7e8d57703aa33f49ed5fe7b79fee (patch)
tree4e846b99faef595a507f1bdb805f955e9b75dc3a /tests
parent8384d26981572cf500021e826a67164d69c5d75f (diff)
downloadmarkdown-5881ae5235de7e8d57703aa33f49ed5fe7b79fee.tar.gz
markdown-5881ae5235de7e8d57703aa33f49ed5fe7b79fee.tar.bz2
markdown-5881ae5235de7e8d57703aa33f49ed5fe7b79fee.zip
No need to test the same thing twice.
Related to #498.
Diffstat (limited to 'tests')
-rw-r--r--tests/extensions/attr_list.html5
-rw-r--r--tests/extensions/attr_list.txt2
2 files changed, 2 insertions, 5 deletions
diff --git a/tests/extensions/attr_list.html b/tests/extensions/attr_list.html
index 8900de0..4f21d86 100644
--- a/tests/extensions/attr_list.html
+++ b/tests/extensions/attr_list.html
@@ -64,7 +64,6 @@ 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>This should not cause a <em foo="a">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>
+key=value }</p> \ No newline at end of file
diff --git a/tests/extensions/attr_list.txt b/tests/extensions/attr_list.txt
index c3d06df..98f1cc7 100644
--- a/tests/extensions/attr_list.txt
+++ b/tests/extensions/attr_list.txt
@@ -92,5 +92,3 @@ 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 }