LaTeX "helpfully" split across lines (and which fowled up our regex). Get around the problem by instead searching for "LaTeX Warning:" at the beginning of the line. Hopefully (1) all versions of LaTeX actually write this out and (2) it is not used for trivial warnings.
7 lines
167 B
TeX
7 lines
167 B
TeX
\documentclass{article}
|
|
|
|
\begin{document}
|
|
|
|
This is an undefined reference: \ref{sec:AVeryLongReferenceNameThatCausesTheWarningLineToBreakAcrossLines}.
|
|
|
|
\end{document}
|