In stringtest.fth the following 2 tests use overlapping source and destination buffers
and hence the tests fails:
T{ $" c%mac3%d" 0 3 do-subst show $" czyxwvutd" 1 check-subst -> TRUE }T
T{ $" e%mac2%f" 0 3 do-subst show $" ezyxf" 1 check-subst -> TRUE }T
Thanks,
pahihu
In stringtest.fth the following 2 tests use overlapping source and destination buffers
and hence the tests fails:
T{$" c%mac3%d" 0 3 do-subst show $ " czyxwvutd" 1 check-subst -> TRUE }T$" e%mac2%f" 0 3 do-subst show $ " ezyxf" 1 check-subst -> TRUE }T
T{
Thanks,
pahihu