summaryrefslogtreecommitdiffstats
path: root/tests/011
Commit message (Expand)AuthorAgeFilesLines
* tests: add forgotten test for new expansion rule.Kaz Kylheku2022-05-211-0/+11
* lambda-match: bug: over-strict match in variadic pattern.Kaz Kylheku2022-05-111-0/+14
* matcher: test case for `@{nil #/regex/}`.Kaz Kylheku2022-02-091-0/+2
* matcher: bug: quasiliteral allowing prefix matches.Kaz Kylheku2022-02-041-1/+4
* New function: match-fboundp.Kaz Kylheku2022-01-171-1/+6
* keyparams: fix broken.Kaz Kylheku2022-01-171-0/+38
* match: allow bound variables with regex modifier.Kaz Kylheku2021-12-271-0/+6
* each-match macro family: missing anon block.Kaz Kylheku2021-12-081-0/+3
* match: unquoted quasiliteral patterns don't work.Kaz Kylheku2021-10-261-0/+5
* matcher: rename error-throwing macros.Kaz Kylheku2021-08-191-5/+5
* matcher: new must-match and must-match-case macros.Kaz Kylheku2021-08-131-0/+9
* 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