diff options
Diffstat (limited to 'stdio-common/tst-scanf-format-c-c.input')
-rw-r--r-- | stdio-common/tst-scanf-format-c-c.input | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/stdio-common/tst-scanf-format-c-c.input b/stdio-common/tst-scanf-format-c-c.input index a3a6ee2..67c7865 100644 --- a/stdio-common/tst-scanf-format-c-c.input +++ b/stdio-common/tst-scanf-format-c-c.input @@ -22,30 +22,14 @@ %*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: @@ -54,11 +38,5 @@ %*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: |