Added some minimalistic test files

This commit is contained in:
Karl Yngve Lervåg 2014-02-16 16:02:24 +01:00
parent fb375802c8
commit cca3e74904
3 changed files with 9 additions and 0 deletions

4
test/includes/main.tex Normal file
View File

@ -0,0 +1,4 @@
\documentclass{minimal}
\begin{document}
\include{sub}
\end{document}

1
test/includes/sub.tex Normal file
View File

@ -0,0 +1 @@
Hello world!

4
test/minimal/main.tex Normal file
View File

@ -0,0 +1,4 @@
\documentclass{minimal}
\begin{document}
Hello world!
\end{document}