Add more tests
All checks were successful
The build was successful.

This commit is contained in:
2018-08-07 17:16:28 +02:00
parent 7711bdb6bc
commit c419b8605d
4 changed files with 95 additions and 0 deletions

19
tests/printf_test.exp Normal file
View 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'