kakoune/test
dahlbaek 28637cec9e Use egrep instead of grep for ERE
Some implementations of grep do not support extended regular
expressions (ERE). Using egrep instead seems to be more portable.
2018-06-22 20:35:36 +02:00
..
compose test: Fix UTF8 compliant locale detection 2017-02-23 18:46:56 +03:00
display test/run: Rename "display" expected ui output file as "ui-out" 2018-05-19 14:15:16 +10:00
highlight test/run: Rename "display" expected ui output file as "ui-out" 2018-05-19 14:15:16 +10:00
indent c-family.kak: Fix comment line continuation behaviour 2018-05-19 14:15:16 +10:00
normal Use egrep instead of grep for ERE 2018-06-22 20:35:36 +02:00
regression Refactor the way main selection is determined after rotating contents 2018-06-21 08:07:17 +10:00
README.asciidoc add testing framework 2014-06-30 12:22:50 +02:00
run test/run: Support a "ui-in" file containing json-rpc messages 2018-05-19 14:15:16 +10: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.