Changeset f54e6ec for tests/io


Ignore:
Timestamp:
Sep 5, 2023, 2:57:01 PM (10 months ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
master
Children:
3c7e3c4, aae9c17
Parents:
acafba4
Message:

Port basic input-manipulator test from cstring to string and fix resulting bug.

Bug was ignore(...s...) overwriting s with garbage.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/io/manipulatorsInput.cfa

    racafba4 rf54e6ec  
    5151                sin | ignore( excl( "abc", wdi( sizeof(s), 8, s ) ) ); sout | "13" | s;
    5252        }
     53    /* Keep harmonized with collections/string-istream-manip */
    5354        {
    5455                char c;
Note: See TracChangeset for help on using the changeset viewer.