summaryrefslogtreecommitdiff
path: root/testdata/hz.html
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2015-07-05 14:13:45 +0300
committerSergey Poznyakoff <gray@gnu.org>2015-07-05 14:18:07 +0300
commit729f5a4e4ad71ff62d56cae2336738d65dc574f9 (patch)
tree2e66ad09adf70c299d64eba158f68c8ef43e0268 /testdata/hz.html
parenta8d15328a95bc16c3d9f4ca06c0c69767899f678 (diff)
downloadwikitrans-729f5a4e4ad71ff62d56cae2336738d65dc574f9.tar.gz
wikitrans-729f5a4e4ad71ff62d56cae2336738d65dc574f9.tar.bz2
Fix most testcases.
* wikimarkup.py (envtypes): Redo as a dictionary. (ELT): New item type (BaseWikiMarkup): Fix list parsing. (parse): Comment out changes introduced by 9c42879. Must be rewritten. * wiki2html.py (HtmlWikiMarkup): Change handling of lists. * wiki2text.py: Likewise. * testdata/deflist.wiki: New testcase. * testdata/deflist.html: Likewise. * testdata/colon.html: Update. * testdata/headings.html: Update. * testdata/hz.html: Update. * testdata/numlist.html: Update. * testdata/unlist.html: Update.
Diffstat (limited to 'testdata/hz.html')
-rw-r--r--testdata/hz.html10
1 files changed, 4 insertions, 6 deletions
diff --git a/testdata/hz.html b/testdata/hz.html
index 569d1fe..507a730 100644
--- a/testdata/hz.html
+++ b/testdata/hz.html
@@ -1,6 +1,4 @@
-You can make horizontal dividing lines (----)
-to separate text.
-<hr/>But you should usually use sections instead,
-so that they go in the table of contents.
-
-
+<p>You can make horizontal dividing lines (----)
+to separate text.</p><hr/>
+<p>But you should usually use sections instead,
+so that they go in the table of contents.</p>

Return to:

Send suggestions and report system problems to the System administrator.