aboutsummaryrefslogtreecommitdiff
path: root/test/command/4306.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/4306.md')
-rw-r--r--test/command/4306.md16
1 files changed, 14 insertions, 2 deletions
diff --git a/test/command/4306.md b/test/command/4306.md
index f1267eb9b..dcb90e312 100644
--- a/test/command/4306.md
+++ b/test/command/4306.md
@@ -1,10 +1,22 @@
```
-pandoc -f latex -t native
+% pandoc -f latex -t native
\documentclass{article}
\usepackage{hyperref}
\begin{document}
The file id is \nolinkurl{ESP_123_5235}.
\end{document}
^D
-[Para [Str "The",Space,Str "file",Space,Str "id",Space,Str "is",Space,Code ("",[],[]) "ESP_123_5235",Str "."]]
+[ Para
+ [ Str "The"
+ , Space
+ , Str "file"
+ , Space
+ , Str "id"
+ , Space
+ , Str "is"
+ , Space
+ , Code ( "" , [] , [] ) "ESP_123_5235"
+ , Str "."
+ ]
+]
```