summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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