aboutsummaryrefslogtreecommitdiff
path: root/test/command/7436.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/7436.md')
-rw-r--r--test/command/7436.md23
1 files changed, 20 insertions, 3 deletions
diff --git a/test/command/7436.md b/test/command/7436.md
index ad4cb8c2f..c2d434d60 100644
--- a/test/command/7436.md
+++ b/test/command/7436.md
@@ -8,7 +8,24 @@
.. include:: command/three.txt
^D
-[CodeBlock ("",[""],[("code","")]) "1st line.\n2nd line.\n3rd line.\n"
-,RawBlock (Format "rst") "1st line.\n2nd line.\n3rd line.\n"
-,Para [Str "1st",Space,Str "line.",SoftBreak,Str "2nd",Space,Str "line.",SoftBreak,Str "3rd",Space,Str "line."]]
+[ CodeBlock
+ ( "" , [ "" ] , [ ( "code" , "" ) ] )
+ "1st line.\n2nd line.\n3rd line.\n"
+, CodeBlock
+ ( "" , [ "" ] , [ ( "literal" , "" ) ] )
+ "1st line.\n2nd line.\n3rd line.\n"
+, Para
+ [ Str "1st"
+ , Space
+ , Str "line."
+ , SoftBreak
+ , Str "2nd"
+ , Space
+ , Str "line."
+ , SoftBreak
+ , Str "3rd"
+ , Space
+ , Str "line."
+ ]
+]
```