diff options
-rw-r--r-- | tests/options/no-attributes.html | 2 | ||||
-rw-r--r-- | tests/options/no-attributes.txt | 3 | ||||
-rw-r--r-- | tests/test_legacy.py | 2 |
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) |