kakoune/test
2018-04-23 11:42:11 +02:00
..
compose test: Fix UTF8 compliant locale detection 2017-02-23 18:46:56 +03:00
display Change client default name: "unnamed0" → "client0" 2018-04-23 11:42:11 +02:00
highlight Change client default name: "unnamed0" → "client0" 2018-04-23 11:42:11 +02:00
indent ruby.kak: Refactor end autoinsertion logic to be more robust 2018-04-14 12:47:42 +10:00
normal Support count in <a-s> to split on groups of n lines 2018-03-27 22:33:58 +11:00
regression Change client default name: "unnamed0" → "client0" 2018-04-23 11:42:11 +02:00
README.asciidoc add testing framework 2014-06-30 12:22:50 +02:00
run Add -lock switch to enter-user-mode command 2018-02-27 19:55:00 +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.