diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/command/3057.md | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/test/command/3057.md b/test/command/3057.md index b1f3a8c2e..0db5e7969 100644 --- a/test/command/3057.md +++ b/test/command/3057.md @@ -45,10 +45,12 @@ ^D <section xml:id="one"> <title>one</title> - <section> - <title>two</title> - <para> - </para> - </section> + <para> + </para> +</section> +<section> + <title>two</title> + <para> + </para> </section> ``` |