diff --git a/mathParserTests.txt b/mathParserTests.txt index 5580c81..534c916 100644 --- a/mathParserTests.txt +++ b/mathParserTests.txt @@ -26,7 +26,7 @@ math !! input [[Image:foobar.jpg|thumb|2+2]] !! result -
2 + 2
+
2+2
!! end @@ -59,7 +59,7 @@ BUG 27324: Euro symbol for math \geneurowide \officialeuro !! result -

€200 +

\euro 200 \geneuro \geneuronarrow \geneurowide @@ -93,9 +93,9 @@ BUG 19547: Apostrophe / single quotes in math \text{...} \text{next year's} \text{`next' year} !! result -

next years -next year's -`next' year +

\text{next years} +\text{next year's} +\text{`next' year}

!! end @@ -110,9 +110,9 @@ BUG 6722: Spacing fix for functions in math HTML output \sin(x) \, \sin{x} \, !!result -

sin x -sin(x) -sin x +

\sin x +\sin(x) +\sin{x}

\sin x \, \sin(x) \, \sin{x} \, @@ -130,9 +130,9 @@ BUG 18912: Add \sen function for Spanish sin to math \sen(x) \, \sen{x} \, !! result -

sen x -sen(x) -sen x +

\sen x +\sen(x) +\sen{x}

\sen x \, \sen(x) \, \sen{x} \,