summaryrefslogtreecommitdiffstats
path: root/tests/012/lambda.tl
Commit message (Collapse)AuthorAgeFilesLines
* compiler: add failing inline lambda tests.Kaz Kylheku2021-07-031-0/+10
| | | | | * tests/012/lambda.tl: Add tests where apply list supplies : values to optional params, which must trigger defaulting.
* tests: support for compiled test forms.Kaz Kylheku2021-07-031-0/+5
| | | | | | | | * tests/common.tl (*compile-test*): New variable. (vtest): Compile cases via compile-toplevel if *compile-test* is true, catching compile-time exceptions. * tests/012/lambda.tl: Set *compile-test* true and repeat file.
* lambda: tests.Kaz Kylheku2021-07-021-0/+88
* tests/012/lambda.tl: New file.