diff options
author | rsiddharth <s@ricketyspace.net> | 2018-01-02 00:29:15 +0000 |
---|---|---|
committer | rsiddharth <s@ricketyspace.net> | 2018-01-02 00:29:15 +0000 |
commit | 6bc1aeb370ab33bbfa2dbece6d85fc22c198fdcd (patch) | |
tree | b5c209207d6c1270473a1165a6a51558afce2610 /tests | |
parent | 1c94dfabe07400c5b6991f2f4a3a46340a9cc3bd (diff) |
md_tw: Update `TWBlockLexer.__init__`.
* md_tw.py
(__init__): Remove default_rules.
* tests/test_md_tw.py
(test_default_rules_contents): Remove method.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_md_tw.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_md_tw.py b/tests/test_md_tw.py index d8a7f92..c06a267 100644 --- a/tests/test_md_tw.py +++ b/tests/test_md_tw.py @@ -41,8 +41,6 @@ class TestTWBlockLexer(object): self.bl = TWBlockLexer() - def test_default_rules_contents(self): - assert_equal(self.bl.default_rules, ['paragraph', 'text']) def teardown(self): |