fish-shell/src/tests
Peter Ammon 631516398e
Remove the notion of the "principal" environment stack
The "principal" environment stack was the one that was associated with the
"principal" parser and would dispatch changes like to TZ, etc.

This was always very suspicious, as a global; now we can remove it.
2024-06-23 16:49:11 -07:00
..
abbrs.rs Remove uses of EnvStack::principal() in the tests 2024-06-23 16:49:11 -07:00
common.rs Fix format string for failing test 2024-05-04 19:40:31 -05:00
complete.rs Remove uses of EnvStack::principal() in the tests 2024-06-23 16:49:11 -07:00
debounce.rs Remove principal_parser() from yet more of the tests 2024-06-23 16:49:11 -07:00
editable_line.rs
encoding.rs
env_universal_common.rs Remove principal_parser() from yet more of the tests 2024-06-23 16:49:11 -07:00
env.rs Remove the notion of the "principal" environment stack 2024-06-23 16:49:11 -07:00
expand.rs Remove principal_parser() from yet more of the tests 2024-06-23 16:49:11 -07:00
fd_monitor.rs Make test_init() return a scope guard 2024-03-24 16:33:35 +01:00
highlight.rs Remove uses of EnvStack::principal() in the tests 2024-06-23 16:49:11 -07:00
history.rs Extend certain WSL workarounds to WSLv2 2024-05-20 14:14:25 -05:00
input_common.rs Extended & human-friendly keys 2024-04-02 14:35:16 +02:00
input.rs Migrate the Inputter type to a trait 2024-06-23 16:39:39 -07:00
key.rs builtin bind: make function keys lowercase (f1 instead of F1) 2024-05-22 22:38:06 +02:00
mod.rs Remove the notion of the "principal" environment stack 2024-06-23 16:49:11 -07:00
pager.rs Make test_init() return a scope guard 2024-03-24 16:33:35 +01:00
parse_util.rs Don't indent multi-line quoted strings; do indent inside () 2024-04-30 14:12:48 +02:00
parser.rs Remove principal_parser() from the last of the tests 2024-06-23 16:49:11 -07:00
reader.rs
redirection.rs
screen.rs Make test_init() return a scope guard 2024-03-24 16:33:35 +01:00
std.rs Fix formatting of new test 2024-03-09 22:06:33 -06:00
string_escape.rs Reduce some numbers to make cargo test run faster 2024-02-02 16:44:36 +01:00
termsize.rs Remove principal_parser() from yet more of the tests 2024-06-23 16:49:11 -07:00
threads.rs Fix buggy test_pthread() condvar test 2024-05-29 13:13:13 -05:00
tokenizer.rs
topic_monitor.rs Make test_init() return a scope guard 2024-03-24 16:33:35 +01:00
wgetopt.rs Rewrite wgetopt.rs to Rustier syntax and naming 2024-04-17 11:26:51 -07:00