diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/writer.dokuwiki | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/tests/writer.dokuwiki b/tests/writer.dokuwiki index 132c2d614..b60e57f07 100644 --- a/tests/writer.dokuwiki +++ b/tests/writer.dokuwiki @@ -277,7 +277,6 @@ Simple block on one line: <div> foo </div> - And nested without indentation: <div> @@ -290,7 +289,6 @@ foo bar </div> </div> - Interpreted markdown in a table: <table> @@ -309,10 +307,8 @@ And this is **strong** Here’s a simple block: <div> - foo </div> - This should be a code block, though: <code><div> @@ -324,14 +320,12 @@ As should this: Now, nested: <div> - <div> - <div> - +<div> +<div> foo </div> - </div> </div> - +</div> This should just be an HTML comment: <!-- Comment --> |