fish-shell/tests
Fabian Boehm 7f2cb47437 fish_key_reader: Don't translate things to "\v" and friends
This translated ctrl-k to "\v", which is a "vertical tab", and ctrl-l
to "\f" and ctrl-g to "\a".

There is no "vertical tab" or "alarm" or "\f" *key*, so these
shouldn't be translated. Just drop these and call them `\ck` and such.

(vertical tab specifically is utterly useless and I would be okay with
dropping it entirely, I have never seen it used anywhere)
2023-01-27 17:07:18 +01:00
..
checks abbr: Clarify universal variable message 2023-01-21 16:53:59 +01:00
pexpects fish_key_reader: Don't translate things to "\v" and friends 2023-01-27 17:07:18 +01:00
test_functions [tests] Increase tmux-sleep duration when not under CI 2022-09-16 18:26:49 -05:00
.gitignore
history_sample_bash
history_sample_corrupt1
history_sample_fish_1_x
history_sample_fish_2_0
interactive.config
interactive.fish Only retry failed pexpect tests under CI 2022-10-25 13:40:21 -05:00
test_driver.sh fix build when path has spaces in it. 2021-10-22 02:27:19 -07:00
test_env.sh tests/test_env.sh: fix copy paste error so we export XDG_RUNTIME_DIR 2021-10-23 18:59:15 +02:00
test_util.fish Run each test fully independently in own environment 2021-08-29 08:56:12 +02:00
test.fish cmake: Force color in the tests 2021-08-30 17:16:19 +02:00