summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/latexpand/tests/includer.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/support/latexpand/tests/includer.tex')
-rw-r--r--Master/texmf-dist/doc/support/latexpand/tests/includer.tex21
1 files changed, 0 insertions, 21 deletions
diff --git a/Master/texmf-dist/doc/support/latexpand/tests/includer.tex b/Master/texmf-dist/doc/support/latexpand/tests/includer.tex
deleted file mode 100644
index 29c60aa6bd9..00000000000
--- a/Master/texmf-dist/doc/support/latexpand/tests/includer.tex
+++ /dev/null
@@ -1,21 +0,0 @@
-\documentclass{article}
-
-\begin{document}
-beforeinput\input{foo}afterinput
-
-beforeinput.tex\input{foo.tex}afterinput.tex
-
-before inclusion of just-comment\input just-comment.tex after inclusion of just-comment
-
-before inclusion of no-eol\input no-eol after inclusion of no-eol.
-
-before inclusion of no-eol\input{no-eol}after inclusion of no-eol (braces).
-
-beforeinclude\include{foo}afterinclude
-
-\end{document}
-
-%%% Local Variables:
-%%% mode: latex
-%%% TeX-master: t
-%%% End: