1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-09-20 17:28:14 +03:00
kakoune/test
2016-06-22 19:56:40 +01:00
..
compose Support auto disabling of unit tests with an optional enabled script 2015-11-16 21:17:23 +00:00
highlight/regions Fix regions display test 2016-04-11 13:58:42 +01:00
regression Do not go backward to when selecting to end of line from the end of line 2016-06-22 19:56:40 +01:00
unit Fix splitting selecting the first buffer char when there is a match at buffer begin 2016-04-30 10:37:31 +01:00
README.asciidoc add testing framework 2014-06-30 12:22:50 +02:00
run Do not preserve registers by default when exec/eval in a non draft context 2016-06-20 19:40:49 +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.