From: J L. T. <jlt...@ma...> - 2022-06-29 16:02:55
|
On 2022-06-27 14:35:31 René Jansen wrote: > Hi Leslie, > > I was looking into this problem but could not reproduce: > > pipe (orx_downloads) > literal curl > https://sourceforge.net/projects/oorexx/files/oorexx/5.0.0beta/ > > | command > | split > | locate +href="https://sourceforge.net/projects/oorexx/files+ > | nlocate /readme.md/ specs 7-* 1 > | reverse > | specs 2-* 1 > | reverse > | o: fanout > | specs 77-* 1 > | reverse > | specs 10-* 1 > | reverse > | b: juxtapose > | sort desc > | specs /[/ 1 1-5 nw 7-11 nw 13-* nw /)/ nw > | change /href/ /] (href/ > | cons ? o: > | insert / / > > b: > > > ➜ test git:(master) ✗ pipc oorexx_downloads.njp > pipe (orx_downloads ) literal curl > https://sourceforge.net/projects/oorexx/files/oorexx/5.0.0beta/ | command | > split | locate +href="https://sourceforge.net/projects/oorexx/files+ | > nlocate /readme.md/ specs 7-* 1 | reverse | specs 2-* 1 | reverse | o: > fanout | specs 77-* 1 | reverse | specs 10-* 1 | reverse | b: juxtapose | > sort desc | specs /[/ 1 1-5 nw 7-11 nw 13-* nw /)/ nw | change /href/ /] > (href/ | cons ? o: | insert / / > > (And I verified the classes were generated). > > Do you have the source file for the original issue somewhere? > > Best regards, > > René. The last time I tried to review it I couldn't find it, butI will look again. Leslie -- |