kakoune/test
2015-05-26 19:30:02 +01:00
..
compose Fix additional eol inserted when replace piping at end of buffer 2015-03-06 13:57:21 +00:00
unit Fix test with change in the selection desc format 2015-04-14 15:53:12 +01:00
README.asciidoc add testing framework 2014-06-30 12:22:50 +02:00
run Fix test script return value check to be more POSIX compliant 2015-05-26 19:30:02 +01:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Regression test
===============

:unified-context-diff: https://en.wikipedia.org/wiki/Diff#Unified_format

Source structure
----------------

----------------------------------------------
.
├── unit
│   └── …
└── compose
    └── …
        ├── cmd          → command
        ├── [in]         → start file
        ├── [out]        → end file
        ├── [selections] → selection contents
        ├── [state]      → selection states
        └── [rc]         → configuration
----------------------------------------------

Usage
-----

To test, just type +run [test]+ in the +test+ directory.
It will print each passing test.  If a test fails, a {unified-context-diff}[unified context diff]
is printed showing the tests expected output and the actual output.