aboutsummaryrefslogtreecommitdiff
path: root/stdio-common/tst-scanf-format-c-c.input
blob: a3a6ee26af755dec18cad74b3e0bca6753208976 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
%c:The:1:1:T:
%*c:The:0:1:
%c:quick:1:1:q:
%*c:quick:0:1:
%c:brown fox:1:1:b:
%*c:brown fox:0:1:
%c:jumps over the lazy dog:1:1:j:
%*c:jumps over the lazy dog:0:1:
%1c:The:1:1:T:
%*1c:The:0:1:
%1c:quick:1:1:q:
%*1c:quick:0:1:
%1c:brown fox:1:1:b:
%*1c:brown fox:0:1:
%1c:jumps over the lazy dog:1:1:j:
%*1c:jumps over the lazy dog:0:1:
%2c:The:1:2:Th:
%*2c:The:0:2:
%2c:quick:1:2:qu:
%*2c:quick:0:2:
%2c:brown fox:1:2:br:
%*2c:brown fox:0:2:
%2c:jumps over the lazy dog:1:2:ju:
%*2c:jumps over the lazy dog:0:2:
# BZ12701 %5c:The:0:-1:
# BZ12701 %*5c:The:0:-1:
%5c:quick:1:5:quick:
%*5c:quick:0:5:
%5c:brown fox:1:5:brown:
%*5c:brown fox:0:5:
%5c:jumps over the lazy dog:1:5:jumps:
%*5c:jumps over the lazy dog:0:5:
# BZ12701 %10c:The:0:-1:
# BZ12701 %*10c:The:0:-1:
# BZ12701 %10c:quick:0:-1:
# BZ12701 %*10c:quick:0:-1:
# BZ12701 %10c:brown fox:0:-1:
# BZ12701 %*10c:brown fox:0:-1:
%10c:jumps over the lazy dog:1:10:jumps over:
%*10c:jumps over the lazy dog:0:10:
# BZ12701 %25c:The:0:-1:
# BZ12701 %*25c:The:0:-1:
# BZ12701 %25c:quick:0:-1:
# BZ12701 %*25c:quick:0:-1:
# BZ12701 %25c:brown fox:0:-1:
# BZ12701 %*25c:brown fox:0:-1:
# BZ12701 %25c:jumps over the lazy dog:0:-1:
# BZ12701 %*25c:jumps over the lazy dog:0:-1:
%5c: The :1:5: The :
%*5c: The :0:5:
%5c: quick :1:5: quic:
%*5c: quick :0:5:
%5c: brown fox :1:5: brow:
%*5c: brown fox :0:5:
%5c: jumps over the lazy dog :1:5: jump:
%*5c: jumps over the lazy dog :0:5:
# BZ12701 %25c: The :0:-1:
# BZ12701 %*25c: The :0:-1:
# BZ12701 %25c: quick :0:-1:
# BZ12701 %*25c: quick :0:-1:
# BZ12701 %25c: brown fox :0:-1:
# BZ12701 %*25c: brown fox :0:-1:
%25c: jumps over the lazy dog :1:25: jumps over the lazy dog :
%*25c: jumps over the lazy dog :0:25: