From ee54678185234f01d3de6a6334f30c9bb3417783 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Sun, 29 Mar 2015 23:00:30 -0400 Subject: Moved enable_attributes keyword to extension: legacy_attrs. If you have existing documents that use the legacy attributes format, then you should enable the legacy_attrs extension for those documents. Everyone is encouraged to use the attr_list extension going forward. Closes #643. Work adapted from 0005d7a of the md3 branch. --- tests/test_legacy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_legacy.py') diff --git a/tests/test_legacy.py b/tests/test_legacy.py index 7fca02a..26d08de 100644 --- a/tests/test_legacy.py +++ b/tests/test_legacy.py @@ -90,7 +90,7 @@ class TestPl2004(LegacyTestCase): location = os.path.join(parent_test_dir, 'pl/Tests_2004') normalize = True input_ext = '.text' - exclude = ['Yuri_Footnotes'] + exclude = ['Yuri_Footnotes', 'Yuri_Attributes'] class TestPl2007(LegacyTestCase): -- cgit v1.2.3