kakoune/test
2017-03-04 18:33:50 +00:00
..
compose test: Fix UTF8 compliant locale detection 2017-02-23 18:46:56 +03:00
highlight/regions update command names 2017-01-04 13:04:27 +01:00
indent Import unit tests from danr/comment-insertion-refix pull request 2017-01-13 00:30:02 +00:00
regression Fix indent selection respect for original selection cursor position 2017-03-03 22:03:20 +00:00
unit Change word object selector to fail if the cursor is not on a word char 2017-03-04 18:33:50 +00:00
README.asciidoc add testing framework 2014-06-30 12:22:50 +02:00
run Refactor test run script 2017-02-21 23:26:39 +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.