Added test for completion with spaces

This commit is contained in:
Karl Yngve Lervåg 2015-02-04 12:20:38 +01:00
parent 7782ac6452
commit f123ad2222
2 changed files with 6 additions and 1 deletions

View File

@ -6,7 +6,6 @@
\begin{document}
Insert reference here:
\ref{eq:
\begin{equation}
f(x) = 42
@ -15,4 +14,6 @@ Insert reference here:
\include{sub}
\include{sub with spaces}
\end{document}

View File

@ -0,0 +1,4 @@
\begin{equation}
f(x) = 42
\label{eq:sub with spaces is working}
\end{equation}