vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 62ece9c4552b9b18d4b62ec7bf7e177a259fff28 parent 3ead54044b73db4d5cb3c0b738d608ff2c44f257 Author: Matěj Cepl <mcepl@cepl.eu> Date: Wed, 25 Sep 2024 10:27:26 +0200 fix: correct URL of the Busted Lua unit testing framework. Diffstat:
| M | test/lua/README.md | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/test/lua/README.md b/test/lua/README.md @@ -1,10 +1,12 @@ Unit Test for Vis' Lua API -------------------------- -The test-suite is based on the [busted unit testing framework](https://olivinelabs.com/busted/). +The test-suite is based on the [busted][] unit testing framework. Each `*.lua` file is sourced from a new `vis` instance which loads the correspending `*.in` file. Use the `test.sh` shell script to run an individual test or type `make` to run all tests. + +[busted]: https://lunarmodules.github.io/busted