| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix #2666 by checking for disabled when generating parapoly procs | Laytan Laats | 2023-07-19 | 1 | -0/+1 |
| | | |||||
| * | Fix #2637 | ramn | 2023-07-08 | 1 | -0/+1 |
| | | | | | where testing.expect_value can't compare nils | ||||
| * | add test | Laytan Laats | 2023-07-02 | 1 | -0/+1 |
| | | |||||
| * | Add test for #2466 | J.C. Moyer | 2023-05-21 | 1 | -0/+1 |
| | | |||||
| * | Add test for issue #2056 | J.C. Moyer | 2023-05-09 | 1 | -0/+1 |
| | | |||||
| * | Make tests scripts error if a test fails | Lucas Perlind | 2023-04-03 | 1 | -9/+4 |
| | | | | | | Additionally fixes tests that were found broken because of this. | ||||
| * | Github CI: Add test case for issue 2113 | Lucas Perlind | 2022-10-08 | 1 | -4/+12 |
| | | |||||
| * | [strconv] Add parsing of Inf & NaN | Jeroen van Rijn | 2022-09-28 | 1 | -6/+4 |
| | | |||||
| * | Update test paths. | Jeroen van Rijn | 2022-04-26 | 1 | -7/+7 |
| | | |||||
| * | Address edge cases. | Jeroen van Rijn | 2022-04-26 | 1 | -8/+13 |
| | | |||||
| * | Update tests to use new filename generation code. | Jeroen van Rijn | 2022-04-24 | 1 | -13/+8 |
| | | |||||
| * | -file for tests\issues. | Jeroen van Rijn | 2022-04-05 | 1 | -2/+2 |
| | | |||||
| * | Fix issue #829 "Compiler crashes when declaring maps with procedure" | gitlost | 2022-03-23 | 1 | -0/+17 |
| Inits `o->value` in `check_expr_base_internal()` so doesn't accidentally use last (the proc lit was being set to that of previous string) Adds test to "tests/issues" and changes CI to use new "run" shells | |||||