Skip to content

Commit 63590c8

Browse files
committed
fix link in README for new test
1 parent 8cf7ec1 commit 63590c8

File tree

1 file changed

+1
-1
lines changed
  • booster/test/rpc-integration/test-issue4118-indexing

1 file changed

+1
-1
lines changed

booster/test/rpc-integration/test-issue4118-indexing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This demonstrates a bug caused by discarding rules with non-matching index, fixe
66
When an unevaluated function `f` is in an indexed position, the index of the term would have a component `TopSymbol f`, and there would not be (cannot be!) any rules with such an index.
77
Therefore the only rules tried would be those with index `Anything` (in that component).
88

9-
* If none of these rules can be applied (which is likely in practice), the returned result is `Stuck` instead of `Aborted` (see [`no-evaluators` test result](../test-no-evaluators/)).
9+
* If none of these rules can be applied (which is likely in practice), the returned result is `Stuck` instead of `Aborted` (see [`test-no-evaluator` result](../test-no-evaluator/)).
1010
* All rules tried may have lower priority than one which could apply once the function gets evaluated, leading to a wrong result ( demonstrated in this test).
1111

1212
Rules:

0 commit comments

Comments
 (0)