mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-29 18:51:15 -03:00
Added test cases for printf builtin
This commit is contained in:
13
tests/printf.out
Normal file
13
tests/printf.out
Normal file
@@ -0,0 +1,13 @@
|
||||
Hello 1 2 3.000000 4.000000 5 6
|
||||
a B 10 18446744073709551615
|
||||
0xep+0 0XFP+0
|
||||
a hello
|
||||
5.000000e+00 6.000000E+00
|
||||
50
|
||||
5 10
|
||||
100
|
||||
%"\nxy
|
||||
abc
|
||||
def
|
||||
Msg1Msg2
|
||||
foobarbaz
|
||||
Reference in New Issue
Block a user