summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2024-01-29 11:09:35 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2024-01-29 11:11:39 -0800
commit8b539dbf1d0699e4724da11183b4bd8a2144e81d (patch)
treeeaada48552661aa0b5e042c77e1bd1a11f53884d /test
parentb6ac32b1161eae21bbb9525415ed64d11adf7a54 (diff)
Makefile: change default rule to build THEN test.
That way we can play with the executable while the tests complete.
Diffstat (limited to 'test')
-rw-r--r--test/command/9388.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/test/command/9388.md b/test/command/9388.md
new file mode 100644
index 000000000..291e80d58
--- /dev/null
+++ b/test/command/9388.md
@@ -0,0 +1,21 @@
+```
+% pandoc -f latex -t native
+\begin{figure}
+\centering
+\includegraphics[width=0.5\linewidth,height=0.5\textheight]{figures/placeholder}
+\caption{Example figure}
+\end{figure}
+^D
+[ Figure
+ ( "" , [] , [] )
+ (Caption
+ Nothing [ Plain [ Str "Example" , Space , Str "figure" ] ])
+ [ Plain
+ [ Image
+ ( "" , [] , [ ( "width" , "50%" ) , ( "height", "50%" ) ] )
+ []
+ ( "figures/placeholder" , "" )
+ ]
+ ]
+]
+```