Skip to content

Commit 8f41b3f

Browse files
committed
test-texmath: allow mathml in addition to mml to specify mathml.
1 parent 12c19fc commit 8f41b3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test-texmath.hs

+1
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ ensureFinalNewline xs = case T.unsnoc xs of
133133
readers :: [(T.Text, T.Text -> Either T.Text [Exp])]
134134
readers = [ ("tex", readTeX)
135135
, ("mml", readMathML)
136+
, ("mathml", readMathML)
136137
, ("omml", readOMML)
137138
, ("native", readEither)
138139
]

0 commit comments

Comments
 (0)