aboutsummaryrefslogtreecommitdiff
path: root/test/unit/strings_spec.lua
Commit message (Expand)AuthorAge
* test(unit/strings_spec): use correct type for binary valuesJames McCoy2025-01-29
* test(unit/strings_spec): provide context for vim_snprintf testsJames McCoy2025-01-28
* fix(test): fix strings_spec.lua for AArch64Joey Gouly2024-04-12
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* build: enable lintlua for test/unit/ dir #26396Justin M. Keyes2023-12-04
* vim-patch:9.0.1856: issues with formatting positional arguments (#25013)zeertzjq2023-09-04
* vim-patch:9.0.1715: duplicate test in message_test.c (#24728)zeertzjq2023-08-16
* fix(printf): make positional %zd and %zu work (#24722)zeertzjq2023-08-15
* vim-patch:9.0.1704: Cannot use positional arguments for printf() (#24719)zeertzjq2023-08-15
* vim-patch:8.2.0066: some corners of vim_snprintf() are not tested (#24718)zeertzjq2023-08-15
* refactor: move reverse_text to strings.c as it's a string operationDundar Goc2022-05-20
* test(strcase_save): test overlong UTF8-encodingDundar Göc2022-03-05
* tests: Add tests for vim_strchrZyX2017-05-09
* unittests: Check core dumps in after_each, like in functestsZyX2017-03-11
* unittests: Run all unit tests in their own processesZyX2017-03-11
* build: Target luacheck HEAD.Justin M. Keyes2016-11-17
* add test for vim_strsave_escaped() functionSergey Golovin2016-05-29
* Tests: fix according to lualintMarco Hinz2016-02-02
* shell: Unquote &shell* options before using themZyX2016-01-11