mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-20 07:51:14 -03:00
Add tests
This commit is contained in:
@@ -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 | {
|
||||
|
||||
Reference in New Issue
Block a user