Added test for completion with spaces
This commit is contained in:
parent
7782ac6452
commit
f123ad2222
@ -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}
|
||||
|
4
test/completion/sub with spaces.tex
Normal file
4
test/completion/sub with spaces.tex
Normal file
@ -0,0 +1,4 @@
|
||||
\begin{equation}
|
||||
f(x) = 42
|
||||
\label{eq:sub with spaces is working}
|
||||
\end{equation}
|
Loading…
x
Reference in New Issue
Block a user