Changeset 8c2723f for tests


Ignore:
Timestamp:
Mar 14, 2025, 4:22:42 PM (2 weeks ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
3d9831b
Parents:
a21aaff
Message:

change name shareEdit to share

Location:
tests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified tests/collections/string-overwrite.cfa

    ra21aaff r8c2723f  
    8181    assert( ws >= 0 && ws <= we && we <= size(s) );
    8282
    83     string mod = s(ms, ml)`shareEdits;
    84     string wit = s(ws, wl)`shareEdits;
     83    string mod = s(ms, ml)`share;
     84    string wit = s(ws, wl)`share;
    8585
    8686    string modOld = mod;
  • TabularUnified tests/zombies/string-perf/prog-normalize.cfa

    ra21aaff r8c2723f  
    126126        foundPos = find(thing, magicChar);
    127127        if( foundPos == size_thing ) break;
    128         string mcOccur = thing(foundPos, foundPos+1)`shareEdits;
     128        string mcOccur = thing(foundPos, foundPos+1)`share;
    129129        mcOccur = "";
    130130    }
Note: See TracChangeset for help on using the changeset viewer.