summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* matcher: quasi match incorrectly treats nil as bound.Kaz Kylheku2021-04-261-1/+5
* matcher: bugfix in `text{rest}` case.Kaz Kylheku2021-04-261-0/+3
* matcher: more quasi tests: coverage of all cases.Kaz Kylheku2021-04-251-1/+8
* match: third round of quasi tests and fixes.Kaz Kylheku2021-04-251-0/+14
* matcher: second round of quasi tests and fixes.Kaz Kylheku2021-04-251-0/+6
* matcher: first round of quasi tests and bugfix.Kaz Kylheku2021-04-251-0/+10
* matcher: compile the test cases.Kaz Kylheku2021-04-221-6/+13
* matcher: defmatch: useful :env parameter.Kaz Kylheku2021-04-211-0/+15
* compile/eval: new operator, mac-env-param-bind.Kaz Kylheku2021-04-211-0/+5
* matcher: new pattern operator @(end)Kaz Kylheku2021-04-201-0/+7
* tests: disable some UTF-8 tests on 16 bit wchar_t.Kaz Kylheku2021-04-201-8/+9
* openbsd: fix tests.Kaz Kylheku2021-04-205-32/+34
* matcher: first pattern macro, sme.Kaz Kylheku2021-04-191-0/+37
* compile/eval: print compiler error on *stderr*.Kaz Kylheku2021-04-192-1/+9
* tests: use fixed regsub in compile test.Kaz Kylheku2021-04-131-1/+1
* tests: implicitly generate empty .expected files.Kaz Kylheku2021-04-1228-2/+4
* compiler: new test case.Kaz Kylheku2021-04-111-0/+12
* parser: allow non-UTF-8 bytes in literals and regexes.Kaz Kylheku2021-04-081-0/+6
* parser: allow funny UTF-8 in regexes and literals.Kaz Kylheku2021-04-082-0/+7
* utf8: fix backtracking bugs in buffer decoder.Kaz Kylheku2021-04-071-0/+7
* MacOS: adjust socket-basic test for dgram size.Kaz Kylheku2021-03-241-4/+7