mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 18:03:37 +08:00
Enabled test cases for unicode characters in printf builtin
This commit is contained in:
parent
46e92e998e
commit
3ac9621f87
|
@ -16,7 +16,7 @@ printf "%s\b%s\n" x y
|
||||||
printf "abc\rdef\n"
|
printf "abc\rdef\n"
|
||||||
printf "Msg1\fMsg2\n"
|
printf "Msg1\fMsg2\n"
|
||||||
printf "foo\vbar\vbaz\n"
|
printf "foo\vbar\vbaz\n"
|
||||||
printf "\111 \x50" # \u0051 \U00000052
|
printf "\111 \x50 \u0051 \U00000052"
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "Test escapes"
|
echo "Test escapes"
|
||||||
|
|
|
@ -10,6 +10,6 @@ a hello
|
||||||
abc
def
|
abc
def
|
||||||
Msg1Msg2
|
Msg1Msg2
|
||||||
foobarbaz
|
foobarbaz
|
||||||
I P
|
I P Q R
|
||||||
Test escapes
|
Test escapes
|
||||||
a
|
a
|
||||||
|
|
Loading…
Reference in New Issue
Block a user