Skip to content

Commit

Permalink
tests: fix test for 3.6.2 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zanchey committed Dec 4, 2023
1 parent a51437e commit f471810
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/checks/basic.fish
Original file line number Diff line number Diff line change
Expand Up @@ -592,8 +592,8 @@ $fish -c 'echo \ufdd2"fart"'
# CHECKERR: echo \ufdd2"fart"
# CHECKERR: ^~~~~~~~~~~^

echo (sh -c 'printf $\'\ufdd2foo\'') | string escape
# CHECK: \Xef\Xb7\X92foo
echo (sh -c 'printf \$\'\ufdd2foo\'') | string escape
# CHECK: \$\\ufdd2foo

printf '%s\n' "#!/bin/sh" 'echo $0' > $tmpdir/argv0.sh
chmod +x $tmpdir/argv0.sh
Expand Down

0 comments on commit f471810

Please sign in to comment.