aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2024-10-29 16:08:45 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2024-10-29 16:08:45 +0300
commit6d882a3fdd5b35181b301a2b1db32908c2b7953a (patch)
tree6e17828a6f31582428b051047e744839cae1cd94 /tests
parent2b6342cbb3e0c89bcd81c143c88a43ece55bc9db (diff)
downloadsciteco-6d882a3fdd5b35181b301a2b1db32908c2b7953a.tar.gz
fixed <N> (search all) crashes before invocations of <S> (closes #26)
* There was some boilerplate code missing in teco_state_search_all_initial(), that is present in teco_state_search_initial(). * Perhaps there should be a common function to avoid redundancies? * This will also fix the initialization of the string argument codepage for <N>.
Diffstat (limited to 'tests')
-rw-r--r--tests/testsuite.at1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at
index aba51a5..01ca664 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -171,6 +171,7 @@ AT_CLEANUP
AT_SETUP([Search on new empty document])
AT_CHECK([$SCITECO -e ":@S/foo/\"S(0/0)'"], 0, ignore, ignore)
+AT_CHECK([$SCITECO -e ":@N/foo/\"S(0/0)'"], 0, ignore, ignore)
AT_CLEANUP
AT_SETUP([Memory limiting during spawning])