summaryrefslogtreecommitdiffstatshomepage
path: root/test/unit/strings_spec.lua
AgeCommit message (Expand)AuthorFiles
2025-02-22test(unit/strings_spec): show ctx when vim_snprintf content check fails #32570James McCoy1
2025-01-29test(unit/strings_spec): use correct type for binary valuesJames McCoy1
2025-01-28test(unit/strings_spec): provide context for vim_snprintf testsJames McCoy1
2024-04-12fix(test): fix strings_spec.lua for AArch64Joey Gouly1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2023-12-04build: enable lintlua for test/unit/ dir #26396Justin M. Keyes1
2023-09-04vim-patch:9.0.1856: issues with formatting positional arguments (#25013)zeertzjq1
2023-08-16vim-patch:9.0.1715: duplicate test in message_test.c (#24728)zeertzjq1
2023-08-15fix(printf): make positional %zd and %zu work (#24722)zeertzjq1
2023-08-15vim-patch:9.0.1704: Cannot use positional arguments for printf() (#24719)zeertzjq1
2023-08-15vim-patch:8.2.0066: some corners of vim_snprintf() are not tested (#24718)zeertzjq1
2022-05-20refactor: move reverse_text to strings.c as it's a string operationDundar Goc1
2022-03-05test(strcase_save): test overlong UTF8-encodingDundar Göc1
2017-05-09tests: Add tests for vim_strchrZyX1
2017-03-11unittests: Check core dumps in after_each, like in functestsZyX1
2017-03-11unittests: Run all unit tests in their own processesZyX1
2016-11-17build: Target luacheck HEAD.Justin M. Keyes1
2016-05-29add test for vim_strsave_escaped() functionSergey Golovin1
2016-02-02Tests: fix according to lualintMarco Hinz1
2016-01-11shell: Unquote &shell* options before using themZyX1