summaryrefslogtreecommitdiff
path: root/basic/qa/cppunit
diff options
context:
space:
mode:
authorBaole Fang <baole.fang@gmail.com>2023-03-11 21:39:23 -0500
committerMike Kaganski <mike.kaganski@collabora.com>2023-03-16 21:14:20 +0000
commite12fff12b66561bc46a0e22f58919efa443e7e17 (patch)
treec96f5ee220448122298d10329e6782bc4b179627 /basic/qa/cppunit
parent2d426a9299adb5cfd4a38af33b66b7409f6b789d (diff)
tdf#152690: Fix "!" behavior when it is not the first in a group
Fix "!" behavior when it is not the first in a group. Add testcases for "!" and Like. Change-Id: Ia76fa26722b6546d08dd8842d83f55bb0c0ea5ac Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148720 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'basic/qa/cppunit')
-rw-r--r--basic/qa/cppunit/test_vba.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/basic/qa/cppunit/test_vba.cxx b/basic/qa/cppunit/test_vba.cxx
index b778d393019b..8a15ba7234e8 100644
--- a/basic/qa/cppunit/test_vba.cxx
+++ b/basic/qa/cppunit/test_vba.cxx
@@ -114,6 +114,7 @@ void VBATest::testMiscVBAFunctions()
"minute.vb",
"month.vb",
"monthname.vb",
+ "like.vb",
"oct.vb",
"optional_paramters.vb",
"qbcolor.vb",