Update indentation test based on #559
This commit is contained in:
parent
46c3c4e459
commit
1e4f2f8e98
@ -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}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user