mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 07:02:05 +08:00
Try to fix printf tests on Linux
This commit is contained in:
parent
d9445f04b1
commit
3ea8d83d3f
|
@ -1,6 +1,6 @@
|
|||
printf "Hello %d %i %f %F %g %G\n" 1 2 3 4 5 6
|
||||
|
||||
printf "%x %X %o %u\n" 10 11 8 -1
|
||||
printf "%x %X %o %llu\n" 10 11 8 -1
|
||||
printf "%a %A\n" 14 15
|
||||
|
||||
printf "%c %s\n" a hello
|
||||
|
|
Loading…
Reference in New Issue
Block a user