summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2025-01-12test: add a couple missed files to .gitignoreRandy Palamar
2025-01-12buffer: drop buffer_move functionRandy Palamar
2025-01-12array: delete onelinersRandy Palamar
same as buffer commit Array is completely visible
2025-01-11buffer: clear out one line functionsRandy Palamar
Buffer is fully exposed to the program, no need to rely on the linker to optimize useless code.
2025-01-11buffer: delete pointless buffer_init functionRandy Palamar
lets not make the code harder to read for no reason
2025-01-04accommodate vis for changes with updates in the lexersMatěj Cepl
2025-01-02fix: correct URL of the Busted Lua unit testing framework.Matěj Cepl
2025-01-02no longer depend on lua-bustedJeremy Bobbin
Co-authored-by: Matěj Cepl <mcepl@cepl.eu>
2024-09-13lua: add tests for the different vis.pipe argument variantsFlorian Fischer
2024-05-21Merge vis-tests into test directoryRandy Palamar
Going forward all tests should be submitted here directly.
2024-05-21Prepare to merge vis-testRandy Palamar
2023-10-10ci: test: update submoduleRandy Palamar
Sourcehut recurses into submodules when cloning the repo for building so unlike github it uses the version of `test` that is checked into the repo. This is better behaviour but does mean that the submodule needs to be updated.
2023-05-23update test submoduleFelix Van der Jeugt
2021-01-25test: updateMarc André Tanner
2020-11-20test: updateMarc André Tanner
2020-10-30test: updateMarc André Tanner
2020-10-10test: updateMarc André Tanner
2020-09-20test: updateMarc André Tanner
2020-08-01test: updateMarc André Tanner
2020-07-17test: updateMarc André Tanner
2020-05-30test: updateMarc André Tanner
2020-05-13test: updateMarc André Tanner
2020-05-12test: updateMarc André Tanner
2020-02-25test: updateMarc André Tanner
2020-02-22test: updateMarc André Tanner
2020-02-20test: updateMarc André Tanner
2020-02-13test: updateMarc André Tanner
2018-05-30test: updateMarc André Tanner
2018-05-16test: upate to adapt to recent changesMarc André Tanner
2018-02-27vis: implement normal/outer paragraph text objectMarc André Tanner
2018-01-26test: updateMarc André Tanner
2017-07-14vis-lua: make selection first class primitives in Lua APIMarc André Tanner
2017-07-10test: updateMarc André Tanner
2017-07-08test: updateMarc André Tanner
2017-07-08vis: perform more renames cursor -> selectionMarc André Tanner
To fix compilation you need to update (or remove) config.h.
2017-06-19test: updateMarc André Tanner
2017-04-09vis: remove handling of \r\n line endingsMarc André Tanner
Use something like dos2unix(1) and unix2dos(1), if you need to edit such files.
2017-04-06test: updateMarc André Tanner
2017-03-22test: updateMarc André Tanner
2017-03-15test: updateMarc André Tanner
2017-03-04test: updateMarc André Tanner
2017-03-03travis: try to run busted based test on macOSMarc André Tanner
2017-02-25test: updateMarc André Tanner
2017-02-23test: updateMarc André Tanner
2017-02-22test: updateMarc André Tanner
2017-02-20test: updateMarc André Tanner
2017-02-18test: updateMarc André Tanner
2017-02-17test: updateMarc André Tanner
2017-02-16test: updateMarc André Tanner
2017-02-16test: updateMarc André Tanner