diff options
Diffstat (limited to '')
-rw-r--r-- | t/fmt/tex/basic.norm | 27 | ||||
-rw-r--r-- | t/fmt/tex/basic.norm.stderr | 1 |
2 files changed, 28 insertions, 0 deletions
diff --git a/t/fmt/tex/basic.norm b/t/fmt/tex/basic.norm new file mode 100644 index 0000000..89c7ddc --- /dev/null +++ b/t/fmt/tex/basic.norm @@ -0,0 +1,27 @@ +% This file was generated with po4a. Translate the source file. +% +\documentclass[12pt]{article-wrong} +\begin{document} + +\section*{first section} + +first paragraph. + +\noindent second paragraph + +\section{second section} + +\begin{verbatim} +Verbatim + text + azerty azerty azerty azerty azerty azerty azerty azerty azerty azerty azerty azerty azerty azerty azerty azerty azerty azerty azerty +foo bar +\end{verbatim} + +\subsection{an empty subsection} + +\subsubsection{an empty subsubsection} +in fact...not so empty + + +\end{document} diff --git a/t/fmt/tex/basic.norm.stderr b/t/fmt/tex/basic.norm.stderr new file mode 100644 index 0000000..edb6c84 --- /dev/null +++ b/t/fmt/tex/basic.norm.stderr @@ -0,0 +1 @@ +po4a::tex: kpsewhich cannot find article-wrong.cls |