summaryrefslogtreecommitdiffstats
path: root/tests/011/patmatch.tl
Commit message (Collapse)AuthorAgeFilesLines
...
* matcher: add failing test case.Kaz Kylheku2021-01-191-0/+2
| | | | | | * tests/011/patmatch.tl: New weirdly failing test case. The @(and @a @b) is important; if that term is replaced by a simple @a, then the correct datum is bound to c.
* doc: document when-match, if-match and match-case.Kaz Kylheku2021-01-181-0/+14
| | | | | | * tests/011/patmatch.tl: Add match-case test. * txr.1: Document when-match, if-match and match-case.
* matcher: add tests from documentation.Kaz Kylheku2021-01-181-0/+68
* tests/011/patmatch.tl: New file. * tests/011/patmatch.expected: Likewise.