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