mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
Add tests
This commit is contained in:
parent
445406d251
commit
52a3e1393f
@ -438,3 +438,8 @@ echo 'PATH={$PATH[echo " "' | $fish_indent --ansi
|
||||
|
||||
echo a\> | $fish_indent
|
||||
# CHECK: a >
|
||||
|
||||
echo a\<\) | $fish_indent
|
||||
# CHECK: a < )
|
||||
echo b\|\{ | $fish_indent
|
||||
# CHECK: b | {
|
||||
|
Loading…
x
Reference in New Issue
Block a user