summaryrefslogtreecommitdiffstats
path: root/tests/012/less.tl
Commit message (Collapse)AuthorAgeFilesLines
* less: bug, vectors not supported.Kaz Kylheku2021-12-201-0/+21
* lib.c (less_tab_init): Add missing initialization for VEC, with a priority above CONS: all vectors are greater than conses. The BUF priority is bumped to 7. * test/012/less.tl: New file.