texmath-0.13.1.2: test/writer/tex/genfrac.test
<<< native
[ EDelimited
"{"
"}"
[ Right (EFraction NoLineFrac (EIdentifier "x") (EIdentifier "y"))
]
]
>>> tex
\genfrac{\{}{\}}{0pt}{}{x}{y}
<<< native
[ EDelimited
"{"
"}"
[ Right (EFraction NoLineFrac (EIdentifier "x") (EIdentifier "y"))
]
]
>>> tex
\genfrac{\{}{\}}{0pt}{}{x}{y}