kakoune/test
Maxime Coste 370d10ccc7 Always select inserted text after piping
Relying on general selection update code is error prone due to
diffing.

Fixes #2394
2019-01-23 20:14:08 +11:00
..
compose Always select inserted text after piping 2019-01-23 20:14:08 +11:00
display test/run: Rename "display" expected ui output file as "ui-out" 2018-05-19 14:15:16 +10:00
highlight Add support for named captures to the regex impl and regex highlighter 2019-01-03 22:55:50 +11:00
hooks Change remove-hooks to take a regular expression 2018-09-12 21:26:21 +10:00
indent Improve some corner cases in c-family auto-indenting 2019-01-14 23:42:57 +11:00
normal Add a test case for dropping full whitespace selections on trim 2018-11-27 21:05:35 +11:00
regression Always select inserted text after piping 2019-01-23 20:14:08 +11:00
shell/list-syntax Use shell specific quoting for env vars 2018-08-29 07:53:59 +10:00
README.asciidoc add testing framework 2014-06-30 12:22:50 +02:00
run src: Rename auto_complete to autocomplete 2018-07-19 18:57:33 +03: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.