summaryrefslogtreecommitdiff
path: root/starmath/qa
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2011-09-17 20:36:55 +0200
committerJulien Nabet <serval2412@yahoo.fr>2011-09-17 20:38:27 +0200
commit02d811071cf65aefddac5c3c2a0759d3b673e9a7 (patch)
treed8004f7351b22e8cc577d22aae8835e5c475bd3c /starmath/qa
parentc62fc469aa0539929a5c7f9850fb9ee954fe7198 (diff)
fdo #37007 Add Math symbol "There does not exist".
Diffstat (limited to 'starmath/qa')
-rw-r--r--starmath/qa/cppunit/test_nodetotextvisitors.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/starmath/qa/cppunit/test_nodetotextvisitors.cxx b/starmath/qa/cppunit/test_nodetotextvisitors.cxx
index 47f26b89a4f7..c77b893fe0d7 100644
--- a/starmath/qa/cppunit/test_nodetotextvisitors.cxx
+++ b/starmath/qa/cppunit/test_nodetotextvisitors.cxx
@@ -355,6 +355,7 @@ void Test::SimpleMisc()
parseandparseagain("partial", "Partial");
parseandparseagain("nabla", "Nabla");
parseandparseagain("exists", "There exists");
+ parseandparseagain("notexists", "There not exists");
parseandparseagain("forall", "For all");
parseandparseagain("hbar", "H bar");
parseandparseagain("lambdabar", "Lambda bar");