Revision 84

This is my regression reference for older stuff in revision and new stuff in experimentation aligned to upload version number. As I work on new features and correct problems with old ones, I collect my test cases here. They become part of my regression testing as well as notes of documentation I must complete.

Commentary Code Result
Commentary 'c:\glee\website\casestudies'#fc =>fc;
'AesopsFables.txt' #file fc =>f;
'FABLE:'#grep =>p;
f[]=>t ``& p=>i;13 10 #asc =>nl;
(i#)' fables found'$;
:@&(i[.i]){
  t @<- (i[2]+2);t->> ~(nl)$;};
82 Fables found
The Cock and the Pearl
The Wolf and the Lamb
The Dog and the Shadow
...
   ...
The Old Woman and the Wine-Jar
The Fox and the Goat
Commentary 'c:\glee\website\casestudies'#fc =>fc;
'AesopsFables.txt' #file fc =>f;f[]=>t;
100 =>n;! =>c;
:@&(1..n){t @== ``& 'FABLE:'=>i;};
  'GLEE: '(c:lap/n/ =>glee)$;
:@&(1..n){'FABLE:'#grep =>p; t ``& p;};
  'GREP: '(c:lap/n/ =>grep)$;
('GREP/GLEE: ')(grep/glee)$;
GLEE: 138.696
GREP: 909.092
GREP/GLEE: 6.55455
Commentary 'FABEL:'#grep =>p;p: :, :options, :PCRE, :RE, :size, :string, :stringV, :typeC, :typeN
Commentary '<1>'('LABEL:'#grep =>p;p:options)$;
'<2>'('(?-i)LABEL:'#grep =>p;p:options)$;
'<3>'('(?-m)LABEL:'#grep =>p;p:options)$;
'<4>'('(?-x)LABEL:'#grep =>p;p:options)$;
'<5>'('(?-s)LABEL:'#grep =>p;p:options)$;
'<6>'('(?-im)LABEL:'#grep =>p; p:options)$;
<1>PCRE Version:2.01 21-Oct-1998:CASELESS :EXTENDED :MULTILINE :DOTALL
<2>PCRE Version:2.01 21-Oct-1998:EXTENDED :MULTILINE :DOTALL
<3>PCRE Version:2.01 21-Oct-1998:CASELESS :EXTENDED :DOTALL
<4>PCRE Version:2.01 21-Oct-1998:CASELESS :MULTILINE :DOTALL
<5>PCRE Version:2.01 21-Oct-1998:CASELESS :EXTENDED :MULTILINE
<6>PCRE Version:2.01 21-Oct-1998:EXTENDED :DOTALL