kakoune/test
2016-03-30 19:27:36 +01:00
..
compose Support auto disabling of unit tests with an optional enabled script 2015-11-16 21:17:23 +00:00
highlight/regions Add an initial highlighting test 2016-03-08 13:42:27 +00:00
regression Fix spaces_to_tabs implementation accessing past end 2016-03-30 19:27:36 +01:00
unit Fix another bug in Buffer::replace implementation 2016-03-17 12:38:09 +00:00
README.asciidoc add testing framework 2014-06-30 12:22:50 +02:00
run Update test run script, was not writing test name in some cases 2016-03-17 11:37:35 +00: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.