Fix vader indentation tests

This commit is contained in:
Karl Yngve Lervåg 2016-08-04 22:21:58 +02:00
parent 5e621f3e1b
commit aa735ee610

View File

@ -58,7 +58,7 @@ Expect tex (Verify):
\end{description} \end{description}
Given tex (Indent: math): Given tex (Indent: math):
\[ \[
1+1 1+1
\] \]
@ -146,7 +146,7 @@ Expect tex (Verify):
\end{tikzpicture} \end{tikzpicture}
Given tex (Indent: verbatims): Given tex (Indent: verbatims):
\begin{verbatim} \begin{verbatim}
#!/bin/bash #!/bin/bash
echo "test" echo "test"
\end{verbatim} \end{verbatim}