summaryrefslogtreecommitdiffstats
path: root/tests/011
Commit message (Expand)AuthorAgeFilesLines
* genman, lib, tests: use defvarl where possible.Paul A. Patience2021-07-052-13/+11
* matcher: new looping macros.Kaz Kylheku2021-06-241-0/+25
* txr-case: upkeep.Kaz Kylheku2021-06-162-0/+13
* defsymacro: regression: don't expand replacement.Kaz Kylheku2021-06-151-0/+8
* tests: remove *stderr* to *stdnull* redirection.Kaz Kylheku2021-06-111-8/+6
* 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
* matcher: allow hash pattern to omit values.Kaz Kylheku2021-05-241-0/+7
* matcher: new "each-match family" of macros.Kaz Kylheku2021-05-041-0/+53
* 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
* matcher: new pattern operator @(end)Kaz Kylheku2021-04-201-0/+7
* matcher: first pattern macro, sme.Kaz Kylheku2021-04-191-0/+37
* tests: implicitly generate empty .expected files.Kaz Kylheku2021-04-122-0/+0
* 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
* 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
* 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
* matcher: add optimized special case to hash pattern.Kaz Kylheku2021-01-221-0/+3
* matcher: document hash and some fixes.Kaz Kylheku2021-01-221-0/+3
* matcher: existing variables in @(all) now backref.Kaz Kylheku2021-01-221-0/+4
* matcher: new @(coll) operator.Kaz Kylheku2021-01-211-0/+4
* matcher: more test cases.Kaz Kylheku2021-01-211-0/+29