Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | matcher: add failing test case. | Kaz Kylheku | 2021-01-19 | 1 | -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 Kylheku | 2021-01-18 | 1 | -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 Kylheku | 2021-01-18 | 1 | -0/+68 | |
* tests/011/patmatch.tl: New file. * tests/011/patmatch.expected: Likewise. |