From 7f36cdd25f0c8d163be4d6904914576feccbbe44 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Tue, 31 Jul 2018 10:05:03 -0400 Subject: Removed unnessecary no attributes test. (#694) This was missed in #683. --- tests/options/no-attributes.html | 2 -- tests/options/no-attributes.txt | 3 --- tests/test_legacy.py | 2 -- 3 files changed, 7 deletions(-) delete mode 100644 tests/options/no-attributes.html delete mode 100644 tests/options/no-attributes.txt 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 @@ -

Regression test for issue 87

-

It's run with enable_attributes=False so this {@id=explanation} should not become an attribute

\ 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) -- cgit v1.2.3