summaryrefslogtreecommitdiffstats
path: root/tests/012/op.tl
Commit message (Collapse)AuthorAgeFilesLines
* op: tests, and fix (op progn ...) situationKaz Kylheku2021-06-171-0/+71
* share/txr/stdlib/op.tl (op-expand): For the sake of special processing applied to support the lop operator, the code assumes that the expanded syntax-2 is a list with at least two elements, such that we can do (cddr syntax-2). This is not true for instance in (op progn). * tests/012/op.tl: New file.