diff options
Diffstat (limited to 'tests/writer.dokuwiki')
-rw-r--r-- | tests/writer.dokuwiki | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/writer.dokuwiki b/tests/writer.dokuwiki index e1844d62a..9801ed262 100644 --- a/tests/writer.dokuwiki +++ b/tests/writer.dokuwiki @@ -47,7 +47,8 @@ E-mail style: > This is a block quote. It is pretty short. -> Code in a block quote: +<HTML><blockquote> +Code in a block quote: <code>sub status { print "working"; @@ -62,7 +63,7 @@ Nested block quotes: > nested > nested - +</blockquote></HTML> This should not be a block quote: 2 > 1. And a following paragraph. |