move test data to separate file

This commit is contained in:
Elan Ruusamäe 2012-06-19 23:42:08 +02:00
parent 9be54dc368
commit 5adb9db834
3 changed files with 10 additions and 8 deletions

View file

@ -142,7 +142,7 @@ class Formatter(FormatterBase):
return ['\n', '\\\n'][not preformatted]
def heading(self, on, depth, **kw):
# heading depth reversed in dokuwiki
# heading depth reversed in dokuwiki
heading_depth = 7 - depth
if on: