summaryrefslogtreecommitdiffstats
path: root/tests/010/range.tl
Commit message (Collapse)AuthorAgeFilesLines
* string ranges: bug: ranges of length 1.Kaz Kylheku2024-12-151-1/+1
| | | | | | | | | * lib.c (seq_iter_init_with_info): String ranges are inclusive. We must not assume at a range whose endpoints are the same is empty; we must check that case for the endpoints being strings. * tests/012/seq.tl: New tests.
* range/range*: tests.Kaz Kylheku2023-03-271-0/+103
* tests/010/range.tl: New file.