vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
README.md
(360B)
1 Unit Test for Vis' Lua API
2 --------------------------
3
4 The test-suite is based on the [busted][] unit testing framework.
5
6 Each `*.lua` file is sourced from a new `vis` instance which loads the
7 correspending `*.in` file.
8
9 Use the `test.sh` shell script to run an individual test or type `make`
10 to run all tests.
11
12 [busted]: https://lunarmodules.github.io/busted