mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-11 19:31:15 -03:00
Compare commits
2 Commits
Integratio
...
Integratio
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4a618f14f1 | ||
|
|
f471810408 |
@@ -1,3 +1,10 @@
|
||||
fish 3.6.3 (released December 4, 2023)
|
||||
======================================
|
||||
|
||||
This release contains a fix for a test suite failure in fish 3.6.2.
|
||||
|
||||
--------------
|
||||
|
||||
fish 3.6.2 (released December 4, 2023)
|
||||
======================================
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user