texmath-0.13.2: test/writer/starmath/choose.test
<<< native
[ EDelimited
"("
")"
[ Right
(EFraction
NoLineFrac
(EIdentifier "a")
(EDelimited
"{"
"}"
[ Right
(EFraction
NoLineFrac
(EIdentifier "b")
(EGrouped [ EIdentifier "c" , ESymbol Bin "+" , ENumber "2" ]))
]))
]
]
>>> starmath
left ( binom{a}{left lbrace binom{b}{c + 2} right rbrace} right )