aboutsummaryrefslogtreecommitdiff
path: root/testdata/unlist.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/unlist.html
parenta8d15328a95bc16c3d9f4ca06c0c69767899f678 (diff)
downloadwit-729f5a4e4ad71ff62d56cae2336738d65dc574f9.tar.gz
wit-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/unlist.html')
-rw-r--r--testdata/unlist.html10
1 files changed, 1 insertions, 9 deletions
diff --git a/testdata/unlist.html b/testdata/unlist.html
index 8d3eab7..87be30f 100644
--- a/testdata/unlist.html
+++ b/testdata/unlist.html
@@ -1,10 +1,2 @@
-<ul><li> <i>Unordered lists</i> are easy to do:
-</li><ul><li> Start every line with a star.
-</li><ul><li> More stars indicate a deeper level.
-</li></ul><li> Previous item continues.
-</li><li> A newline
-</li></ul><li> in a list
-</li></ul>marks the end of the list.
-<ul><li>Of course you can start again.
-</li></ul>
+<ul><li> <i>Unordered lists</i> are easy to do:<ul><li> Start every line with a star.<ul><li> More stars indicate a deeper level.</li></ul></li></ul> Previous item continues.<ul><li> A newline</li></ul></li><li> in a list </li></ul><p>marks the end of the list.</p><ul><li>Of course you can start again.</li></ul>

Return to:

Send suggestions and report system problems to the System administrator.