Updated completion test
This commit is contained in:
parent
f123ad2222
commit
900fbb41a3
@ -12,8 +12,10 @@ Insert reference here:
|
||||
\label{eq:main-is-working}
|
||||
\end{equation}
|
||||
|
||||
\include{sub}
|
||||
\include{sub1}
|
||||
|
||||
\include{sub with spaces}
|
||||
\include{"sub2\space with\space spaces"}
|
||||
|
||||
\input{"sub3\space with\space spaces"}
|
||||
|
||||
\end{document}
|
||||
|
@ -1,4 +0,0 @@
|
||||
\begin{equation}
|
||||
f(x) = 42
|
||||
\label{eq:sub with spaces is working}
|
||||
\end{equation}
|
4
test/completion/sub2 with spaces.tex
Normal file
4
test/completion/sub2 with spaces.tex
Normal file
@ -0,0 +1,4 @@
|
||||
\begin{equation}
|
||||
f(x) = 42
|
||||
\label{eq:included sub with spaces is working}
|
||||
\end{equation}
|
4
test/completion/sub3 with spaces.tex
Normal file
4
test/completion/sub3 with spaces.tex
Normal file
@ -0,0 +1,4 @@
|
||||
\begin{equation}
|
||||
f(x) = 42
|
||||
\label{eq:inputted sub with spaces is working}
|
||||
\end{equation}
|
Loading…
Reference in New Issue
Block a user