From 15956fcac75febaed7bf159abcee24c02fb1a8c1 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 13 Jul 2014 15:45:59 -0700 Subject: DokuWiki writer: Updated tests. --- tests/writer.dokuwiki | 120 +++++++++++++++++++++++++++++--------------------- 1 file changed, 69 insertions(+), 51 deletions(-) (limited to 'tests/writer.dokuwiki') diff --git a/tests/writer.dokuwiki b/tests/writer.dokuwiki index ea27699cb..c337ca129 100644 --- a/tests/writer.dokuwiki +++ b/tests/writer.dokuwiki @@ -286,26 +286,35 @@ bar Interpreted markdown in a table: - - - - - - + + + + + +
+ + + + + + + + - - + + + - - - -
+ This is //emphasized// - - + + + And this is **strong** - -
- - + +
+ + + + Here’s a simple block: foo @@ -326,49 +335,62 @@ foo This should just be an HTML comment: - - + + + Multiline: - + - +--> + + +--> + Code block: Just plain comment, with trailing spaces on the line: - - + + + Code:
Hr’s: - -
- -
- -
- -
- -
- -
- -
- -
- -
+ +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ ---- @@ -424,7 +446,7 @@ Ellipses…and…and…. ====== LaTeX ====== - * \cite[22-23]{smith.1899} + * * 2+2=4 * x \in y * \alpha \wedge \omega @@ -442,11 +464,7 @@ These shouldn’t be math: Here’s a LaTeX table: -\begin{tabular}{|l|l|}\hline -Animal & Number \\ \hline -Dog & 2 \\ -Cat & 1 \\ \hline -\end{tabular} + ---- @@ -570,7 +588,7 @@ With an ampersand: http://example.com/?foo=1&bar=2 * http://example.com/ * It should. -An e-mail address: [[mailto:nobody@nowhere.net|nobody@nowhere.net]] +An e-mail address: > Blockquoted: http://example.com/ -- cgit v1.2.3