summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* tree: replace-tree-iter function.Kaz Kylheku2021-05-111-0/+11
* tree: copy-tree-iter function.Kaz Kylheku2021-05-101-0/+9
* diff/isec: reset hash/tree iter instead making new.Kaz Kylheku2021-05-102-0/+11
* tree: new tree-peek function.Kaz Kylheku2021-05-091-0/+8
* tree: new make_similar_tree unction.Kaz Kylheku2021-05-091-0/+8
* parser: #; tests and bugfixes.Kaz Kylheku2021-05-061-0/+20
* matcher: new "each-match family" of macros.Kaz Kylheku2021-05-041-0/+53
* format: ~x/~X specifiers support buffers.Kaz Kylheku2021-05-041-0/+29
* buf: bugfix: int-buf, uint-buf refer to alloc size.Kaz Kylheku2021-05-041-0/+4
* rel-path: bugfixes.Kaz Kylheku2021-05-031-1/+6
* New function: rel-path.Kaz Kylheku2021-05-031-0/+17
* bug: join-with segfault on character separators.Kaz Kylheku2021-05-021-0/+23
* tree: new functions for reseting iterator.Kaz Kylheku2021-04-301-0/+15
* tree: use rlist in test case.Kaz Kylheku2021-04-301-1/+1
* mapcar*: fix broken.Kaz Kylheku2021-04-291-0/+6
* tree: new tree-begin-at function.Kaz Kylheku2021-04-291-1/+28
* tree: more tests.Kaz Kylheku2021-04-291-0/+40
* tree: incorrect lookup function.Kaz Kylheku2021-04-291-0/+31
* tree: debug massive gc problems.Kaz Kylheku2021-04-291-0/+0
* match-str: tests with negative pos.Kaz Kylheku2021-04-281-1/+29
* match-str: tests and bugfix.Kaz Kylheku2021-04-271-0/+41
* matcher: make use of mtest in test suite.Kaz Kylheku2021-04-271-111/+122
* matcher: add some test variants.Kaz Kylheku2021-04-261-2/+20