mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-29 18:51:15 -03:00
Compare commits
2 Commits
Integratio
...
3.6.4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
112178a2ac | ||
|
|
b2ef44a277 |
@@ -1,3 +1,10 @@
|
|||||||
|
fish 3.6.4 (released December 5, 2023)
|
||||||
|
======================================
|
||||||
|
|
||||||
|
This release contains a complete fix for the test suite failure in fish 3.6.2 and 3.6.3.
|
||||||
|
|
||||||
|
--------------
|
||||||
|
|
||||||
fish 3.6.3 (released December 4, 2023)
|
fish 3.6.3 (released December 4, 2023)
|
||||||
======================================
|
======================================
|
||||||
|
|
||||||
|
|||||||
@@ -592,8 +592,8 @@ $fish -c 'echo \ufdd2"fart"'
|
|||||||
# CHECKERR: echo \ufdd2"fart"
|
# CHECKERR: echo \ufdd2"fart"
|
||||||
# CHECKERR: ^~~~~~~~~~~^
|
# CHECKERR: ^~~~~~~~~~~^
|
||||||
|
|
||||||
echo (sh -c 'printf \$\'\ufdd2foo\'') | string escape
|
echo (printf '\ufdd2foo') | string escape
|
||||||
# CHECK: \$\\ufdd2foo
|
# CHECK: \Xef\Xb7\X92foo
|
||||||
|
|
||||||
printf '%s\n' "#!/bin/sh" 'echo $0' > $tmpdir/argv0.sh
|
printf '%s\n' "#!/bin/sh" 'echo $0' > $tmpdir/argv0.sh
|
||||||
chmod +x $tmpdir/argv0.sh
|
chmod +x $tmpdir/argv0.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user