summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/tests/templates/latex/verbatim-starred.tex.m4
diff options
context:
space:
mode:
Diffstat (limited to 'macros/generic/markdown/tests/templates/latex/verbatim-starred.tex.m4')
-rw-r--r--macros/generic/markdown/tests/templates/latex/verbatim-starred.tex.m417
1 files changed, 17 insertions, 0 deletions
diff --git a/macros/generic/markdown/tests/templates/latex/verbatim-starred.tex.m4 b/macros/generic/markdown/tests/templates/latex/verbatim-starred.tex.m4
new file mode 100644
index 0000000000..5f1434869f
--- /dev/null
+++ b/macros/generic/markdown/tests/templates/latex/verbatim-starred.tex.m4
@@ -0,0 +1,17 @@
+\documentclass{minimal}
+\csname UseRawInputEncoding\endcsname
+% Load the package.
+\usepackage{markdown}
+% Load the support files.
+\input setup\relax
+\usepackage{catchfile}
+\CatchFileDef{\LATEXOPTIONS}{latex-setup}\relax
+% Load the test-specific setup.
+\input TEST_SETUP_FILENAME\relax
+\begin{document}
+% Perform the test.
+\let\ea\expandafter
+\ea\begin\ea{\ea m\ea a\ea r\ea k\ea d\ea o\ea w\ea n\ea *\ea}\ea{\LATEXOPTIONS}
+undivert(TEST_INPUT_FILENAME)dnl
+\end{markdown*}
+\end{document}