aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2024-11-06 22:33:48 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2024-11-06 22:33:48 +0300
commit9242405c8fc31b869fecfe096f29eb1a2ca75bda (patch)
treeaf533a3d8c309aeeaf0de9cdd1fee2f68f140402 /tests
parent2406e37ebe06d564a81b7ead8a56ffd8716b3ad4 (diff)
downloadsciteco-9242405c8fc31b869fecfe096f29eb1a2ca75bda.tar.gz
fixed possible crashes during --fake-cmdline
* A test case has been added, although it might have been accidental that on caused crashes.
Diffstat (limited to 'tests')
-rw-r--r--tests/testsuite.at4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at
index 3ed4df8..3770bbe 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -234,6 +234,10 @@ AT_SETUP([Rub out of empty forward kill])
AT_CHECK([$SCITECO_CMDLINE "@I/F/ J @I/X/ @FK/F/{-6D} Z-2\"N(0/0)'"], 0, ignore, ignore)
AT_CLEANUP
+AT_SETUP([Searches from macro calls])
+AT_CHECK([$SCITECO_CMDLINE "@^Um{:@S/XXX/} :Mm\"S(0/0)' Mm\"S(0/0)'"], 0, ignore, ignore)
+AT_CLEANUP
+
AT_BANNER([Known Bugs])
AT_SETUP([Number stack])