diff options
| author | Waylan Limberg <waylan.limberg@icloud.com> | 2015-04-07 19:52:49 -0400 |
|---|---|---|
| committer | Waylan Limberg <waylan.limberg@icloud.com> | 2015-04-22 19:53:49 -0400 |
| commit | ef1d3db9122217d97cf024bf25eb51f0097934f9 (patch) | |
| tree | 53560adb4671baeffe164b5d93c917f8df65c37e | |
| parent | 11408e50da9263104cc13fabf8bb86d7faa69689 (diff) | |
| download | python-markdown-ef1d3db9122217d97cf024bf25eb51f0097934f9.tar.gz | |
Removed unnessecary no attributes test.
| -rw-r--r-- | tests/options/no-attributes.html | 2 | ||||
| -rw-r--r-- | tests/options/no-attributes.txt | 3 | ||||
| -rw-r--r-- | tests/options/test.cfg | 3 |
3 files changed, 0 insertions, 8 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/options/test.cfg b/tests/options/test.cfg index 73f4be1..cfe6fcc 100644 --- a/tests/options/test.cfg +++ b/tests/options/test.cfg @@ -1,8 +1,5 @@ html4: output_format: html4 -no-attributes: - enable_attributes: False - no-smart-emphasis: smart_emphasis: False
\ No newline at end of file |
