mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 22:14:53 +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
|
echo a\> | $fish_indent
|
||||||
# CHECK: a >
|
# CHECK: a >
|
||||||
|
|
||||||
|
echo a\<\) | $fish_indent
|
||||||
|
# CHECK: a < )
|
||||||
|
echo b\|\{ | $fish_indent
|
||||||
|
# CHECK: b | {
|
||||||
|
|
Loading…
Reference in a new issue