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