Changeset 389fbf5 for tests


Ignore:
Timestamp:
Sep 2, 2023, 3:03:20 PM (9 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
4b30318b
Parents:
34c6e1e6
Message:

test reading fixed strings

Location:
tests/io
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tests/io/.in/manipulatorsInput.txt

    r34c6e1e6 r389fbf5  
    55abcyyy
    66aaaaaaaaxxxxxxxxaabbccbbdddwwwbbbbbbbbwwwwwwwwaaaaaaaawwwwwwww
     7abc
    78abc
    89xx
  • tests/io/manipulatorsInput.cfa

    r34c6e1e6 r389fbf5  
    77// Created On       : Sat Jun  8 17:58:54 2019
    88// Last Modified By : Peter A. Buhr
    9 // Last Modified On : Mon Aug 14 17:38:52 2023
    10 // Update Count     : 63
     9// Last Modified On : Sat Sep  2 14:27:46 2023
     10// Update Count     : 65
    1111//
    1212
     
    3636                char s[] = "yyyyyyyyyyyyyyyyyyyy";
    3737                char sk[] = "abc";
    38                 sin /*| "abc "*/ | skip( sk ) | skip( 5 );              sout | "1" | s;
     38                sin | "abc " | skip( sk ) | skip( 5 );                  sout | "1" | s;
    3939                sin | wdi( sizeof(s), s );                                              sout | "2" | s;
    4040                sin | ignore( s );                                                              sout | "3" | s;
Note: See TracChangeset for help on using the changeset viewer.