Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | string ranges: bug: ranges of length 1. | Kaz Kylheku | 2024-12-15 | 1 | -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 Kylheku | 2023-03-27 | 1 | -0/+103 |
* tests/010/range.tl: New file. |