diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-11-02 23:17:57 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-11-03 23:28:15 +0100 |
| commit | d5075cfdb093af473dea17f4d492da4afb105b13 (patch) | |
| tree | 3e8003ae74eee853a4f8fcf6036374e2da68423e /README.md | |
| parent | 9d0ea4418257df19709d8984ced4c63b9b1a2bab (diff) | |
| download | vis-d5075cfdb093af473dea17f4d492da4afb105b13.tar.gz vis-d5075cfdb093af473dea17f4d492da4afb105b13.tar.xz | |
test/sam: add sam testing infrastructure
Compare structural regular expression implementation
with the one of sam(1).
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,10 +5,11 @@ This repository contains testing infrastructure for the [vis editor](https://github.com/martanne/vis). It is expected to be cloned into a sub directory of the `vis` source tree. -There exist 4 different kinds of tests: +There exist 5 different kinds of tests: * `core` are C unit tests for core data structures used by vis * `vim` tests vim compatibility + * `sam` tests sam compatibility of the command language * `vis` contains tests for vis specific behavior/features * `lua` contains tests for the vis specific lua api |
