mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 13:23:09 +00:00
Add tests
This commit is contained in:
parent
445406d251
commit
52a3e1393f
1 changed files with 5 additions and 0 deletions
|
@ -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…
Reference in a new issue