From c4137dcbfdf76ddf86b930410c000dd9293eb4e2 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Fri, 6 Apr 2012 15:16:53 -0700 Subject: [PATCH] Update math parser test cases for new rendering defaults Previous parser tests assumed the older options which turned some simple bits into HTML, while new default runs everything through images. Change-Id: I894ea42947da66f93272c56ef89b4357724ec3b9 --- mathParserTests.txt | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/mathParserTests.txt b/mathParserTests.txt index 51691d4..a3eabda 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} \,