texmath-0.12.5: test/writer/eqn/nestTable1.test
<<< native
[ EArray
[ AlignCenter ]
[ [ [ EArray [ AlignCenter ] [ [ [ EIdentifier "x" ] ] ] ] ] ]
]
>>> eqn
matrix{
ccol{ {matrix{
ccol{ x }
}} }
}
<<< native
[ EArray
[ AlignCenter ]
[ [ [ EArray [ AlignCenter ] [ [ [ EIdentifier "x" ] ] ] ] ] ]
]
>>> eqn
matrix{
ccol{ {matrix{
ccol{ x }
}} }
}