summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* regex-from-trie: bugfix: incomplete regex.Kaz Kylheku2021-06-271-1/+1
* filter: regex-from-trie produces bad or syntax.Kaz Kylheku2021-06-271-0/+49
* tests: reduce time spent in stack overflow test.Kaz Kylheku2021-06-261-0/+1
* base-name: bug with empty string suffix.Kaz Kylheku2021-06-261-0/+28
* suffix functions: requirements change.Kaz Kylheku2021-06-261-22/+22
* suffix functions: leading dot is not delimiterKaz Kylheku2021-06-261-13/+23
* signals: disable stack overflow in handler.Kaz Kylheku2021-06-241-0/+11
* txr: stack protection in pattern language.Kaz Kylheku2021-06-242-0/+9
* Test for stack overflow protection.Kaz Kylheku2021-06-242-0/+34
* matcher: new looping macros.Kaz Kylheku2021-06-241-0/+25
* short-suffix, long-suffix: no match across slash.Kaz Kylheku2021-06-221-0/+26
* lib: rmismatch tests and bugfix.Kaz Kylheku2021-06-221-0/+39
* lib: optimize mismatch, rmismatch for strings.Kaz Kylheku2021-06-221-0/+49
* New functions: long-suffix, short-suffix.Kaz Kylheku2021-06-221-0/+34
* Dubious new functions cxr/cyr.Kaz Kylheku2021-06-211-0/+14
* subprocesses: cygwin fixes.Kaz Kylheku2021-06-201-3/+9
* subprocesses: a few test cases.Kaz Kylheku2021-06-201-0/+18
* read/get-json: reject trailing junk in string input.Kaz Kylheku2021-06-202-1/+73
* op: tests, and fix (op progn ...) situationKaz Kylheku2021-06-171-0/+71
* txr-case: upkeep.Kaz Kylheku2021-06-162-0/+13
* math: forbid dubious inequality comparisons.Kaz Kylheku2021-06-151-0/+56
* expander: bug: atoms in quasiliteral.Kaz Kylheku2021-06-151-0/+15
* defsymacro: regression: don't expand replacement.Kaz Kylheku2021-06-151-0/+8
* format: revise numeric handling.Kaz Kylheku2021-06-141-5/+96
* format: new precision - character for zero.Kaz Kylheku2021-06-141-0/+5
* pic: support quasiliteral as format string.Kaz Kylheku2021-06-111-0/+5
* pic: allow trailing exclamation.Kaz Kylheku2021-06-111-0/+5
* pic: clarification and tests.Kaz Kylheku2021-06-111-0/+6
* tests: remove *stderr* to *stdnull* redirection.Kaz Kylheku2021-06-113-17/+7
* pic: test cases and fixes.Kaz Kylheku2021-06-111-0/+88
* tests: support testing for warnings.Kaz Kylheku2021-06-111-5/+15
* arith: switch sum and prod to seq_iter.Kaz Kylheku2021-06-091-0/+24
* reduce-left: rewrite using seq_iter.Kaz Kylheku2021-06-091-0/+10
* lib: new function, fill-vec.Kaz Kylheku2021-06-081-0/+32
* expander: expand must only ignores unbound warnings.Kaz Kylheku2021-06-071-4/+4
* matcher: doc fix, quasiquote examples, new test.Kaz Kylheku2021-06-041-0/+1
* json: pattern matching test cases and bugfix.Kaz Kylheku2021-06-031-0/+17
* json: improve escaping for script tags.Kaz Kylheku2021-06-031-2/+12
* json: fix two test cases for Windows.Kaz Kylheku2021-06-021-2/+5
* json: wrap up: test cases, fixes, tweaks.Kaz Kylheku2021-05-312-0/+135
* tests: fix vtest being hindrance to error finding.Kaz Kylheku2021-05-252-10/+13
* window-map: add tests, improve doc, add examples.Kaz Kylheku2021-05-251-0/+19
* window-map: broken :wrap and :reflect.Kaz Kylheku2021-05-251-0/+33
* matcher: allow hash pattern to omit values.Kaz Kylheku2021-05-241-0/+7
* match: binary-integer conv tests for #x-8000...Kaz Kylheku2021-05-211-0/+21
* math: add some tests related to integer conversion.Kaz Kylheku2021-05-211-0/+50
* parser: bug: handing of lex state in pushback tokens.Kaz Kylheku2021-05-121-0/+6
* tree: let tree-iter be iterable via generic iteration.Kaz Kylheku2021-05-121-0/+5
* tree: streamline iteration; provide high limit.Kaz Kylheku2021-05-111-7/+7
* tree: support indexing and range extraction.Kaz Kylheku2021-05-111-0/+18