summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* txr: bugfix: give @(call) same semantics as direct call.Kaz Kylheku2021-02-222-0/+6
* txr: pattern function calls are non-matching.Kaz Kylheku2021-02-212-0/+5
* @(call): bugfix: matching doesn't continue.Kaz Kylheku2021-02-172-0/+15
* struct: changing meaning of obj.[fun ...] syntax.Kaz Kylheku2021-02-092-6/+6
* matcher: add @(or) test involving existing variables.Kaz Kylheku2021-02-081-0/+5
* matcher: @(and) back-referencing test.Kaz Kylheku2021-02-081-0/+3
* matcher: fix backreferencing in predicate.Kaz Kylheku2021-02-081-0/+6
* matcher: test for dotted variable in predicate.Kaz Kylheku2021-02-081-0/+4
* matcher: remove @(op ...) pattern.Kaz Kylheku2021-02-061-2/+2
* matcher: redesign predicate pattern.Kaz Kylheku2021-02-061-13/+10
* matcher: back-reference Lisp variables.Kaz Kylheku2021-02-051-0/+21
* matcher: rearrange match order of @(with).Kaz Kylheku2021-02-051-2/+7
* matcher: lambda-match: redoc, bugfix, test-casesKaz Kylheku2021-02-041-0/+50
* matcher: new failing backreferencing test case.Kaz Kylheku2021-02-021-0/+4
* matcher: new @(with) operator.Kaz Kylheku2021-02-011-0/+8
* matcher: rename @(let) to @(as).Kaz Kylheku2021-02-011-6/+6
* matcher: adding test case for @(or) regression.Kaz Kylheku2021-02-011-0/+3
* matcher: bugfix: bad stray code in @[...] matcher.Kaz Kylheku2021-02-011-0/+4
* @(rebind): bugfix: don't clobber right side variable.Kaz Kylheku2021-01-302-0/+11
* matcher: bugfix: @nil isn't trivial.Kaz Kylheku2021-01-291-0/+1
* matcher: restructuring to fix new broken case.Kaz Kylheku2021-01-281-0/+2
* mather: new bad (@(predicate) @(all ...)) test case.Kaz Kylheku2021-01-271-0/+2
* matcher: new broken test case: bad order of checks.Kaz Kylheku2021-01-271-0/+2
* matcher: add failing @(or @(and ...)) test.Kaz Kylheku2021-01-271-0/+2
* matcher: add failing @(all (@or ...)) test.Kaz Kylheku2021-01-271-0/+3
* matcher: allow pat/var argument: @[expr var pat]Kaz Kylheku2021-01-261-0/+8
* lazy-sub-str: bugfix: invalid substructure sharing.Kaz Kylheku2021-01-252-0/+46
* doc: add back discussion about (rcons ...) pattern.Kaz Kylheku2021-01-241-0/+3
* matcher: rescind support for @(rcons ...) patterns.Kaz Kylheku2021-01-241-0/+9