Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/collections/string-istream-manip.cfa

    r37ceccb r0860d9c  
    3838        void echoTillX(const char * casename) {
    3939            string s;
    40             // loop assumes behaviour not tested until main-case #15:
    41             // on reading nothing, the prior string value is left alone
    4240            do {
    43                 s = "";
    4441                forceStringHeapFreeSpaceTo(9);
    4542                sin | s;
     
    5754            string s;
    5855            do {
    59                 s = "";
    6056                sin | plainjane( s );
    6157                sout | casename | s;
     
    7268            string_res s;
    7369            do {
    74                 s = "";
    7570                sin | plainjane( s );
    7671                sout | casename | s;
     
    8782            string s;
    8883            do {
    89                 s = "";
    9084                sin | skip("-\n");
    9185                sin | incl( ".:|# x", s );
     
    10397            string s;
    10498            do {
    105                 s = "";
    10699                sin | skip("-\n");
    107100                sin | excl( "-\n", s );
     
    120113            string s;
    121114            do {
    122                 s = "";
    123115                sin | getline( s );
    124116                sout | casename | s;
     
    135127            string s;
    136128            do {
    137                 s = "";
    138129                sin | getline( s, '@' );
    139130                sout | casename | s;
Note: See TracChangeset for help on using the changeset viewer.