mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-01 04:09:30 +08:00
Use variable in tests/checks/indent.fish
This commit is contained in:
parent
9c327b19a6
commit
14a66fad64
|
@ -360,9 +360,9 @@ command 2' | $fish_indent
|
|||
#CHECK: {{^ }}command 1 cont ||
|
||||
#CHECK: {{^ }}command 2
|
||||
|
||||
echo " foo" | fish_indent --check
|
||||
echo " foo" | $fish_indent --check
|
||||
echo $status
|
||||
#CHECK: 1
|
||||
echo "foo" | fish_indent --check
|
||||
echo foo | $fish_indent --check
|
||||
echo $status
|
||||
#CHECK: 0
|
||||
|
|
Loading…
Reference in New Issue
Block a user