Branch: Tag:

2008-05-18

2008-05-18 14:24:59 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed one more sscanf().

Rev: src/testsuite.in:1.816

1:   START_MARKER - test_true([["$Id: testsuite.in,v 1.815 2008/05/18 14:09:45 grubba Exp $"]]); + test_true([["$Id: testsuite.in,v 1.816 2008/05/18 14:24:59 grubba Exp $"]]);      // This triggered a bug only if run sufficiently early.   test_compile_any([[#pike 7.2]])
6741:      // sscanf   test_any([[mixed a; return sscanf("11","%d",a)]],1) - test_any([[mixed a; return sscanf("11","%*d",a)]],1) + test_any([[return sscanf("11","%*d")]],1)   test_any([[mixed a; return sscanf("11","_%d",a)]],0)   test_any([[mixed a,b,c; return sscanf("11","%1d%1d%1d",a,b,c)]],2)