kakoune/test
Maxime Coste f69495ea71 Use printf instead of echo for displaying modified lines
Avoid eventual interpretation of escapes in the line.
2016-12-17 10:36:00 +00:00
..
compose Rework compute_modified_ranges 2016-07-26 23:31:23 +01:00
highlight/regions Change the test session name to avoid hitting the unix socket path length limit 2016-12-16 19:49:39 +00:00
indent/c-family Improve C indentation support around namespace/struct closing bracket 2016-12-09 13:50:41 +00:00
regression Escape the backslash chars as well when joining strings 2016-12-17 05:48:42 +00:00
unit Fix align support with aligntab = true 2016-10-28 09:50:25 +01:00
README.asciidoc add testing framework 2014-06-30 12:22:50 +02:00
run Use printf instead of echo for displaying modified lines 2016-12-17 10:36:00 +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.