diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-01-07 20:58:12 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-01-07 20:58:49 -0800 |
commit | 8ff81dc9caaff9e5dffbbe9148dfcf547c27d147 (patch) | |
tree | 1c43c0ba9f7908882649f9e5890fa067e07a34fe /tests/writer.context | |
parent | 1a9193c30d0443c6246484f182ad685e569797a4 (diff) | |
download | pandoc-8ff81dc9caaff9e5dffbbe9148dfcf547c27d147.tar.gz |
Updated tests for tight/loose lists.
Taking into account new context/latex output, and fixing
some bugs in the test suite Tests.Helpers and Tests.Writers.ConTeXt.
(We had the wrong order of expected/actual in the diff output.)
Diffstat (limited to 'tests/writer.context')
-rw-r--r-- | tests/writer.context | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/tests/writer.context b/tests/writer.context index ff82aa457..114d00b3c 100644 --- a/tests/writer.context +++ b/tests/writer.context @@ -115,7 +115,7 @@ sub status { A list: -\startitemize[n][stopper=.] +\startitemize[n,packed][stopper=.] \item item one \item @@ -169,7 +169,7 @@ These should not be escaped: \$ \\ \> \[ \{ Asterisks tight: -\startitemize +\startitemize[packed] \item asterisk 1 \item @@ -191,7 +191,7 @@ Asterisks loose: Pluses tight: -\startitemize +\startitemize[packed] \item Plus 1 \item @@ -213,7 +213,7 @@ Pluses loose: Minuses tight: -\startitemize +\startitemize[packed] \item Minus 1 \item @@ -237,7 +237,7 @@ Minuses loose: Tight: -\startitemize[n][stopper=.] +\startitemize[n,packed][stopper=.] \item First \item @@ -248,7 +248,7 @@ Tight: and: -\startitemize[n][stopper=.] +\startitemize[n,packed][stopper=.] \item One \item @@ -294,13 +294,13 @@ Multiple paragraphs: \subsection[nested]{Nested} -\startitemize +\startitemize[packed] \item Tab - \startitemize + \startitemize[packed] \item Tab - \startitemize + \startitemize[packed] \item Tab \stopitemize @@ -309,12 +309,12 @@ Multiple paragraphs: Here's another: -\startitemize[n][stopper=.] +\startitemize[n,packed][stopper=.] \item First \item Second: - \startitemize + \startitemize[packed] \item Fee \item @@ -334,7 +334,7 @@ Same thing but with paragraphs: \item Second: - \startitemize + \startitemize[packed] \item Fee \item @@ -372,12 +372,12 @@ Same thing but with paragraphs: with a continuation - \startitemize[r][start=4,stopper=.,width=2.0em] + \startitemize[r,packed][start=4,stopper=.,width=2.0em] \item sublist with roman numerals, starting with 4 \item more items - \startitemize[A][left=(,stopper=),width=2.0em] + \startitemize[A,packed][left=(,stopper=),width=2.0em] \item a subsublist \item @@ -388,16 +388,16 @@ Same thing but with paragraphs: Nesting: -\startitemize[A][stopper=.] +\startitemize[A,packed][stopper=.] \item Upper Alpha - \startitemize[R][stopper=.] + \startitemize[R,packed][stopper=.] \item Upper Roman. - \startitemize[n][start=6,left=(,stopper=),width=2.0em] + \startitemize[n,packed][start=6,left=(,stopper=),width=2.0em] \item Decimal start with 6 - \startitemize[a][start=3,stopper=)] + \startitemize[a,packed][start=3,stopper=)] \item Lower alpha with paren \stopitemize @@ -407,12 +407,12 @@ Nesting: Autonumbering: -\startitemize[n] +\startitemize[n,packed] \item Autonumber. \item More. - \startitemize[a] + \startitemize[a,packed] \item Nested. \stopitemize @@ -529,7 +529,7 @@ Blank line after term, indented marker, alternate markers: \startdescription{orange} orange fruit - \startitemize[n][stopper=.] + \startitemize[n,packed][stopper=.] \item sublist \item @@ -646,7 +646,7 @@ Ellipses\ldots{}and\ldots{}and\ldots{}. \section[latex]{LaTeX} -\startitemize +\startitemize[packed] \item \cite[22-23]{smith.1899} \item @@ -668,7 +668,7 @@ Ellipses\ldots{}and\ldots{}and\ldots{}. These shouldn't be math: -\startitemize +\startitemize[packed] \item To get the famous equation, write \type{$e = mc^2$}. \item @@ -688,7 +688,7 @@ Here's a LaTeX table: Here is some unicode: -\startitemize +\startitemize[packed] \item I hat: Î \item @@ -813,7 +813,7 @@ braces]\from[url26]. With an ampersand: \useURL[url27][http://example.com/?foo=1&bar=2][][\hyphenatedurl{http://example.com/?foo=1&bar=2}]\from[url27] -\startitemize +\startitemize[packed] \item In a list? \item @@ -873,7 +873,7 @@ note{]} Here is an inline note.\footnote{This is {\em easier} to type. Inline Notes can go in quotes.\footnote{In quote.} \stopblockquote -\startitemize[n][stopper=.] +\startitemize[n,packed][stopper=.] \item And in list items.\footnote{In list.} \stopitemize |