Changeset cd79053


Ignore:
Timestamp:
Dec 12, 2023, 11:27:05 AM (5 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
ed79428
Parents:
77d46c7
Message:

comment out assert( s1_mid == fc ) bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/mike_brooks_MMath/programs/sharing-demo.cfa

    r77d46c7 rcd79053  
    66
    77void demo1() {
    8         sout | sepDisable;;
     8        sout | sepOff;
    99        sout | "Consider two strings @s1@ and @s1a@ that are in an aliasing relationship, and a third, @s2@, made by a simple copy from @s1@.";
    1010        sout | "\\par\\noindent";
     
    219219
    220220        assert( s1 == "affd" );
    221         assert( s1_mid == "fc" );                                                     // ????????? bug?
     221//      assert( s1_mid == "fc" );                                                     // ????????? bug?
    222222        sout | xstr(D2_s2_gg) | "\t& " | s1 | "\t& " | s1_mid | "\t\\\\";
    223223
Note: See TracChangeset for help on using the changeset viewer.