aboutsummaryrefslogtreecommitdiff
path: root/test/command/2549.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/2549.md')
-rw-r--r--test/command/2549.md24
1 files changed, 18 insertions, 6 deletions
diff --git a/test/command/2549.md b/test/command/2549.md
index 8f4aea852..12b21d0a1 100644
--- a/test/command/2549.md
+++ b/test/command/2549.md
@@ -4,7 +4,9 @@
\section{A section}\label{foo}
}
^D
-[Header 1 ("foo",[],[]) [Str "A",Space,Str "section"]]
+[ Header
+ 1 ( "foo" , [] , [] ) [ Str "A" , Space , Str "section" ]
+]
```
```
@@ -13,15 +15,24 @@
\section{A section}\label{foo}
}
^D
-[Div ("bar",[],[])
- [Header 1 ("foo",[],[]) [Str "A",Space,Str "section"]]]
+[ Div
+ ( "bar" , [] , [] )
+ [ Header
+ 1 ( "foo" , [] , [] ) [ Str "A" , Space , Str "section" ]
+ ]
+]
```
```
% pandoc -f latex -t native
Bar \hypertarget{foo}{Foo}
^D
-[Para [Str "Bar",Space,Span ("foo",[],[]) [Str "Foo"]]]
+[ Para
+ [ Str "Bar"
+ , Space
+ , Span ( "foo" , [] , [] ) [ Str "Foo" ]
+ ]
+]
```
```
@@ -32,7 +43,8 @@ bar
\end{verbatim}
}
^D
-[Div ("foo",[],[])
- [CodeBlock ("",[],[]) "bar"]]
+[ Div
+ ( "foo" , [] , [] ) [ CodeBlock ( "" , [] , [] ) "bar" ]
+]
```