Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bracket: bug: wrong result when function is applied. | Kaz Kylheku | 2019-09-10 | 1 | -0/+14 |
| | | | | | | | | | | | | Reported by user vapnik spaknik. * lib.c (bracket): Don't rely on the index variable to step through the arguments, because it only counts fixed arguments. The args_get function doesn't increment the index beyond args->fill; when popping arguments from args->list, index stays unmodified. * tests/016/arith.tl: Tests for bracket added. | ||||
* | tests: add tests for digits function. | Kaz Kylheku | 2019-09-09 | 1 | -0/+18 |
| | | | | * tests/016/arith.tl: Add various digits tests. | ||||
* | New arithmetic tests. | Kaz Kylheku | 2016-11-15 | 1 | -0/+41 |
* Makefile (TXR_DBG_OPTS): Suppress for new directory tests/016. * tests/016/arith.tl: New file. * tests/016/arith.expected: New file. |