We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c531ee0 commit 10526e1Copy full SHA for 10526e1
Project.toml
@@ -1,7 +1,7 @@
1
name = "MathML"
2
uuid = "abcecc63-2b08-419c-80c4-c63dca6fa478"
3
authors = ["anand <[email protected]> and contributors"]
4
-version = "0.1.6"
+version = "0.1.7"
5
6
[deps]
7
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
test/parse.jl
@@ -105,7 +105,7 @@ str = """
105
106
# factorial
107
str = "<apply><factorial/><ci>x</ci></apply>"
108
-@test isequal(MathML.parse_str(str), SpecialFunctions.gamma(1 + x))
+@test isequal(MathML.parse_str(str), factorial(x))
109
110
str = "<apply><factorial/><cn>5</cn></apply>"
111
@test MathML.parse_str(str) == 120
0 commit comments