Branch: Tag:

1999-11-04

1999-11-04 22:28:00 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

%c and %*c now works well with wide strings

Rev: src/opcodes.c:1.66
Rev: src/testsuite.in:1.224

1: - test_true([["$Id: testsuite.in,v 1.223 1999/11/04 20:25:20 hubbe Exp $"]]) + test_true([["$Id: testsuite.in,v 1.224 1999/11/04 22:28:00 hubbe Exp $"]])      cond([[all_constants()->_verify_internals]],   [[
1759:   test_equal([[array_sscanf("abc","%{%c%}")]],[[ ({ ({ ({'a'}), ({'b'}), ({'c'}) }) }) ]])      test_equal([[array_sscanf("\x7fffffab#", "%c%c")]], [[ ({ 0x7fffffab, '#' }) ]]) - test_equal([[array_sscanf("\x7fffffab#", "%1c%1c")]], [[ ({ 0xab, '#' }) ]]) + test_equal([[array_sscanf("\x7fffffab#", "%1c%1c")]], [[ ({ }) ]])      test_true([[array_sscanf("(02323) 23455 344","%{%*[^0-9]%[0-9]%}")]])