Update indentation test based on #559

This commit is contained in:
Karl Yngve Lervåg 2016-09-17 22:23:50 +02:00
parent 46c3c4e459
commit 1e4f2f8e98

View File

@ -173,7 +173,7 @@ Expect tex (Verify):
not affect verbatim environments! not affect verbatim environments!
\end{lstlisting} \end{lstlisting}
Given tex (Indent: With ampersands): Given tex (Indent: Ampersands):
\begin{tabular}{cc} \begin{tabular}{cc}
\begin{tabular}{c} \begin{tabular}{c}
Cell 1 Cell 1
@ -185,10 +185,10 @@ Given tex (Indent: With ampersands):
\begin{equation} \begin{equation}
\begin{aligned} \begin{aligned}
& \left( 1 &
\begin{bmatrix} & 2 \\
123 3 &
\end{bmatrix} \right) & 4 \\
\end{aligned} \end{aligned}
\end{equation} \end{equation}
@ -207,10 +207,10 @@ Expect tex (Verify):
\begin{equation} \begin{equation}
\begin{aligned} \begin{aligned}
& \left( 1 &
\begin{bmatrix} & 2 \\
123 3 &
\end{bmatrix} \right) & 4 \\
\end{aligned} \end{aligned}
\end{equation} \end{equation}