File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
ext/standard/tests/strings Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ printf("%05u\n", -200);
2121--EXPECT--
2222+0200
2323-0200
24- +0200 .000000
25- -0200 .000000
24+ +200 .000000
25+ -200 .000000
262600200
27274294967096
2828---
292900200
3030-0200
31- 00200 .000000
32- -0200 .000000
31+ 200 .000000
32+ -200 .000000
333300200
34344294967096
Original file line number Diff line number Diff line change @@ -46,16 +46,16 @@ printf test 1:simple string
4646printf test 2:42
4747printf test 3:3.333333
4848printf test 4:3.3333333333
49- printf test 5:2.50
50- printf test 6:2.50000000000
51- printf test 7:0000000002 .50
49+ printf test 5:2.50
50+ printf test 6:2.50000000
51+ printf test 7:0000002 .50
5252printf test 8:< foo>
5353printf test 9:<bar >
5454printf test 10: 123456789012345
5555printf test 10:<høyesterettsjustitiarius>
5656printf test 11: 123456789012345678901234567890
5757printf test 11:< høyesterettsjustitiarius>
58- printf test 12: -12.34
58+ printf test 12:-12.34
5959printf test 13: -12
6060printf test 14:@
6161printf test 15:10101010
You can’t perform that action at this time.
0 commit comments