aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2024-09-19fixed Load/Save Q-Reg tests on Mac OS and Win32Robin Haberkorn1-8/+3
2024-09-19"special" Q-Registers now support EQq/.../ (load) and E%q/.../ (save) commandsRobin Haberkorn1-0/+16
2024-09-18check that local register is not edited at the end of macro callsRobin Haberkorn1-0/+5
2024-09-17fixed searches on completely new and empty documentsRobin Haberkorn1-0/+4
2024-09-16test suite: enable the recursion overflow test case everywhereRobin Haberkorn2-3/+6
2024-09-13remaining types of program counters changed to gsize/gssizeRobin Haberkorn1-0/+4
2024-09-11fixed searches in single-byte encoded documentsRobin Haberkorn1-8/+1
2024-09-11the SciTECO parser is Unicode-based now (refs #5)Robin Haberkorn1-4/+3
2024-09-10fixed win32 CI and nightly builds (refs #5)Robin Haberkorn1-0/+2
2024-09-09try a different value for LC_ALL on Mac OS to accept UTF-8 command lines (ref...Robin Haberkorn1-2/+1
2024-09-09testsuite: try different locale on Mac OS (refs #5)Robin Haberkorn1-1/+9
2024-09-09improved 8-bit cleanliness test cases and added Unicode test cases (refs #5)Robin Haberkorn2-5/+27
2024-08-28fixed retrieval of characters with codes larger than 127 - always return unsi...Robin Haberkorn1-0/+3
2024-08-23fully support out of tree buildsRobin Haberkorn1-0/+1
2024-02-08fixed expressions like `1,(2)` or `(1),(2)`: they are reported as two numbers...Robin Haberkorn1-0/+1
2024-02-06fixed the power (^*) operator: did not handle corner cases and was inefficientRobin Haberkorn1-0/+9
2024-01-13fixed <EC$> assertions: specifying empty command strings was undefinedRobin Haberkorn1-0/+5
2023-07-06fixed ]$ and ]~ (pop from Q-Reg stack to special Q-Registers)Robin Haberkorn1-0/+6
2023-05-14FreeBSD: fixed test suiteRobin Haberkorn1-2/+3
2022-12-10fixed pass-through loops: especially :> and :F<Robin Haberkorn1-0/+29
2022-12-01testsuite: added (known bug) testcases for dangling else- and end-if statementsRobin Haberkorn1-0/+6
2022-11-28fixed a number of crashes due to empty string arguments or uninitialized regi...Robin Haberkorn1-2/+16
2022-11-20test suite: temporarily disabled the "Pattern matching overflow" test caseRobin Haberkorn1-7/+9
2021-12-19safer use of memcpy() and memchr(): we must not pass in NULL pointersRobin Haberkorn1-0/+4
2021-10-24fixed testsuite on Mac OS: skip the recursion overflow test caseRobin Haberkorn1-2/+3
2021-10-11fixed crashes when the Q-Reg stack is non-empty at exitRobin Haberkorn1-0/+4
2021-10-08Testsuite: standardized the use of square brackets in test case code and test...Robin Haberkorn1-9/+11
2021-10-08Fixed testsuite on Mac OS: `echo -n` is apparently not supported on whatever ...Robin Haberkorn1-4/+7
2021-06-08added test suite cases for memory limiting and command executionRobin Haberkorn1-1/+11
2021-06-05testsuite: fixed the "Known Bugs" cases on Mac OSRobin Haberkorn2-2/+5
2021-06-04guard against too low arguments to <S> by checking whether the memory limit w...Robin Haberkorn1-1/+1
2021-05-30THE GREAT CEEIFICATION EVENTRobin Haberkorn2-0/+63
2017-03-23fixed checks for missing left and right operands to binary operatorsRobin Haberkorn1-0/+4
2017-03-03build system portability fixesRobin Haberkorn1-1/+1
2016-11-01globbing supports character classes now and ^EN string building construct to ...Robin Haberkorn1-1/+19
2016-08-19added test group for SciTECO's EOL normalisation featureRobin Haberkorn5-0/+21
2016-02-16finally added Autotest suiteRobin Haberkorn3-0/+51