mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-11 11:11:13 -03:00
Compare commits
4 Commits
Integratio
...
3.6.4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
112178a2ac | ||
|
|
b2ef44a277 | ||
|
|
4a618f14f1 | ||
|
|
f471810408 |
@@ -1,3 +1,17 @@
|
||||
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)
|
||||
======================================
|
||||
|
||||
This release contains a fix for a test suite failure in fish 3.6.2.
|
||||
|
||||
--------------
|
||||
|
||||
fish 3.6.2 (released December 4, 2023)
|
||||
======================================
|
||||
|
||||
|
||||
@@ -592,7 +592,7 @@ $fish -c 'echo \ufdd2"fart"'
|
||||
# CHECKERR: echo \ufdd2"fart"
|
||||
# CHECKERR: ^~~~~~~~~~~^
|
||||
|
||||
echo (sh -c 'printf $\'\ufdd2foo\'') | string escape
|
||||
echo (printf '\ufdd2foo') | string escape
|
||||
# CHECK: \Xef\Xb7\X92foo
|
||||
|
||||
printf '%s\n' "#!/bin/sh" 'echo $0' > $tmpdir/argv0.sh
|
||||
|
||||
Reference in New Issue
Block a user