From 8e466c431e6d61911b2b15895a4b63df12422057 Mon Sep 17 00:00:00 2001 From: Gulsah Kose Date: Mon, 26 Sep 2016 17:58:43 +0300 Subject: tdf#97164 Add text for visualition of percent symbol. Change-Id: I31dc1a7a4ed0bc0e760e10c1a2ff52660a258e12 Signed-off-by: Gulsah Kose Reviewed-on: https://gerrit.libreoffice.org/29299 Reviewed-by: Takeshi Abe Tested-by: Takeshi Abe --- starmath/qa/cppunit/test_nodetotextvisitors.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'starmath/qa/cppunit') diff --git a/starmath/qa/cppunit/test_nodetotextvisitors.cxx b/starmath/qa/cppunit/test_nodetotextvisitors.cxx index 8b1e2153cb94..f6f82918eee1 100644 --- a/starmath/qa/cppunit/test_nodetotextvisitors.cxx +++ b/starmath/qa/cppunit/test_nodetotextvisitors.cxx @@ -662,6 +662,9 @@ void Test::testMiscEquivalent() // tdf#88320 ParseAndCompare("A_1,B_2", "A_{1},B_2", "Comma between a digit and non-digit delimits subscript"); + + //tdf#97164 + ParseAndCompare("100 %", "100\"%\"", "Percent symbol at the end"); } void Test::testParser() -- cgit