summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test.py')
-rw-r--r--test.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test.py b/test.py
index 22e5393..65787e0 100644
--- a/test.py
+++ b/test.py
@@ -40,6 +40,10 @@ class TestMarkupParserBasic (unittest.TestCase):
self.assert_(self.__test('unlist'))
pass
+ def test_deflist(self):
+ self.assert_(self.__test('unlist'))
+ pass
+
def test_door(self):
self.assert_(self.__test('door'))
pass

Return to:

Send suggestions and report system problems to the System administrator.