texmath-0.12.5: test/writer/tex/choose.test
<<< native
[ EDelimited
"("
")"
[ Right
(EFraction
NoLineFrac
(EIdentifier "a")
(EDelimited
"{"
"}"
[ Right
(EFraction
NoLineFrac
(EIdentifier "b")
(EGrouped [ EIdentifier "c" , ESymbol Bin "+" , ENumber "2" ]))
]))
]
]
>>> tex
\binom{a}{\genfrac{\{}{\}}{0pt}{}{b}{c + 2}}