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!
|
||||
\end{lstlisting}
|
||||
|
||||
Given tex (Indent: With ampersands):
|
||||
Given tex (Indent: Ampersands):
|
||||
\begin{tabular}{cc}
|
||||
\begin{tabular}{c}
|
||||
Cell 1
|
||||
@ -185,10 +185,10 @@ Given tex (Indent: With ampersands):
|
||||
|
||||
\begin{equation}
|
||||
\begin{aligned}
|
||||
& \left(
|
||||
\begin{bmatrix}
|
||||
123
|
||||
\end{bmatrix} \right)
|
||||
1 &
|
||||
& 2 \\
|
||||
3 &
|
||||
& 4 \\
|
||||
\end{aligned}
|
||||
\end{equation}
|
||||
|
||||
@ -207,10 +207,10 @@ Expect tex (Verify):
|
||||
|
||||
\begin{equation}
|
||||
\begin{aligned}
|
||||
& \left(
|
||||
\begin{bmatrix}
|
||||
123
|
||||
\end{bmatrix} \right)
|
||||
1 &
|
||||
& 2 \\
|
||||
3 &
|
||||
& 4 \\
|
||||
\end{aligned}
|
||||
\end{equation}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user