kakoune/test
Justin Frank ab6bc41358 Added shell command completion support to define-command and prompt
This commit also introduces a regression in that I decided that the best way to
avoid overly long and confusing names was to rename the current shell-*
switches to script-*, and have the shell command completion be
shell-completion.

renamed script-{completion,candidates} to shell-script-*

Updated docs with new switch names

Added -shell-completion switch to x11-repl and kitty-repl
2018-10-03 09:46:31 -07:00
..
compose tests: Update selections files to match the new selection list syntax 2018-07-05 07:54:28 +10:00
display test/run: Rename "display" expected ui output file as "ui-out" 2018-05-19 14:15:16 +10:00
highlight Rename highlighters that used an underscore to use a dash 2018-07-08 19:14:15 +10:00
hooks Change remove-hooks to take a regular expression 2018-09-12 21:26:21 +10:00
indent added test for deindentation 2018-09-12 12:25:36 -07:00
normal Fix tests with new shell escaping syntax 2018-08-29 12:36:40 +10:00
regression Added shell command completion support to define-command and prompt 2018-10-03 09:46:31 -07: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 Change autoshowcompl to auto_complete with insert|prompt possible values 2018-07-15 11:10:32 +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.