aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_legacy.py
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2015-04-07 19:50:25 -0400
committerWaylan Limberg <waylan.limberg@icloud.com>2018-07-31 10:20:53 -0400
commit15acbdec8c9357b78435af707140b0278cf376b2 (patch)
tree2fc8ed6ef8a8fe38978dcd755ebadf0a5d269370 /tests/test_legacy.py
parent7f36cdd25f0c8d163be4d6904914576feccbbe44 (diff)
downloadmarkdown-15acbdec8c9357b78435af707140b0278cf376b2.tar.gz
markdown-15acbdec8c9357b78435af707140b0278cf376b2.tar.bz2
markdown-15acbdec8c9357b78435af707140b0278cf376b2.zip
Remove lazy_ol keyword. Use sane_lists extension instead.
This was adapted from 11408e50 of the md3 branch.
Diffstat (limited to 'tests/test_legacy.py')
-rw-r--r--tests/test_legacy.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_legacy.py b/tests/test_legacy.py
index 2e0c982..976a84e 100644
--- a/tests/test_legacy.py
+++ b/tests/test_legacy.py
@@ -44,8 +44,6 @@ class TestMisc(LegacyTestCase):
class TestOptions(LegacyTestCase):
location = os.path.join(parent_test_dir, 'options')
- lazy_ol_off = Kwargs(lazy_ol=False)
-
html4 = Kwargs(output_format='html4')
no_smart_emphasis = Kwargs(smart_emphasis=False)