texmath-0.13.1.2: test/writer/mml/mfenced5.test
<<< native
[ EDelimited
"["
")"
[ Right (EGrouped [ ENumber "0" , ESymbol Pun "," , ENumber "1" ])
]
]
>>> mml
<?xml version='1.0' ?>
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
<mo stretchy="true" form="prefix">[</mo>
<mrow>
<mn>0</mn>
<mo>,</mo>
<mn>1</mn>
</mrow>
<mo stretchy="true" form="postfix">)</mo>
</mrow>
</math>