texmath-0.12.5: test/writer/tex/mfenced-05.test
<<< native
[ EDelimited
"{"
"|"
[ Right
(EArray
[ AlignCenter ]
[ [ [ EIdentifier "U" ] ] , [ [ EIdentifier "V" ] ] ])
]
, ESymbol Rel "="
, EDelimited
"|"
"}"
[ Right
(EArray
[ AlignCenter ]
[ [ [ EIdentifier "U" ] ] , [ [ EIdentifier "V" ] ] ])
]
]
>>> tex
\left\{ \begin{matrix}
U \\
V \\
\end{matrix} \right| = \left| \begin{matrix}
U \\
V \\
\end{matrix} \right\}