19
tests/printf_test.exp
Normal file
19
tests/printf_test.exp
Normal file
@@ -0,0 +1,19 @@
|
||||
[monkey]
|
||||
[ monkey]
|
||||
[monkey ]
|
||||
[0000monkey]
|
||||
[####monkey]
|
||||
[many monke]
|
||||
%b = '10100111101010011010101101'
|
||||
%c = 'A'
|
||||
%d = '43951789'
|
||||
%e = '4.395179e+07'
|
||||
%u = '43951789'
|
||||
%u = '43951789'
|
||||
%f = '43951789.000000'
|
||||
%o = '247523255'
|
||||
%s = '43951789'
|
||||
%x = '29ea6ad'
|
||||
%X = '29EA6AD'
|
||||
%+d = '+43951789'
|
||||
%+d = '-43951789'
|
Reference in New Issue
Block a user