aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2018-07-31 10:05:03 -0400
committerGitHub <noreply@github.com>2018-07-31 10:05:03 -0400
commit7f36cdd25f0c8d163be4d6904914576feccbbe44 (patch)
tree30b6776a7c247d49c77560d1a8c0b12d31ccdcff
parent59406c41e7c3548d1c95a2091e2d676323494f62 (diff)
downloadmarkdown-7f36cdd25f0c8d163be4d6904914576feccbbe44.tar.gz
markdown-7f36cdd25f0c8d163be4d6904914576feccbbe44.tar.bz2
markdown-7f36cdd25f0c8d163be4d6904914576feccbbe44.zip
Removed unnessecary no attributes test. (#694)
This was missed in #683.
-rw-r--r--tests/options/no-attributes.html2
-rw-r--r--tests/options/no-attributes.txt3
-rw-r--r--tests/test_legacy.py2
3 files changed, 0 insertions, 7 deletions
diff --git a/tests/options/no-attributes.html b/tests/options/no-attributes.html
deleted file mode 100644
index a72e888..0000000
--- a/tests/options/no-attributes.html
+++ /dev/null
@@ -1,2 +0,0 @@
-<p>Regression <em>test</em> for issue 87</p>
-<p>It's run with enable_attributes=False so this {@id=explanation} should not become an attribute</p> \ No newline at end of file
diff --git a/tests/options/no-attributes.txt b/tests/options/no-attributes.txt
deleted file mode 100644
index b2cb653..0000000
--- a/tests/options/no-attributes.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-Regression *test* for issue 87
-
-It's run with enable_attributes=False so this {@id=explanation} should not become an attribute
diff --git a/tests/test_legacy.py b/tests/test_legacy.py
index e4ad0b0..2e0c982 100644
--- a/tests/test_legacy.py
+++ b/tests/test_legacy.py
@@ -48,8 +48,6 @@ class TestOptions(LegacyTestCase):
html4 = Kwargs(output_format='html4')
- no_attributes = Kwargs(enable_attributes=False)
-
no_smart_emphasis = Kwargs(smart_emphasis=False)