Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mapcar: add test covering recent regression. | Kaz Kylheku | 2021-01-18 | 1 | -0/+3 |
| | | | | | * test/012/seq.tl: New test with multiple lambda arguments and variadic function. | ||||
* | tests: add tests for list-builder and fix bug. | Kaz Kylheku | 2019-09-10 | 1 | -0/+10 |
| | | | | | | | * share/txr/stdlib/build.tl (list-buider pend*): Fix typo: apply should be append. Funny, this didn't propagate to ncon*. * tests/012/seq.tl: Some list-builder tests via build macro. | ||||
* | New tests for sequence manipulation. | Kaz Kylheku | 2019-09-09 | 1 | -0/+9 |
Just a few append cases with improper lists here to start with. * tests/012/seq.tl: New file. * tests/012/seq.expected: New file |