# HG changeset patch # User pacien # Date 1681678182 -7200 # Node ID 1e31eda9c8455e1bd1e6ec388124ea64210a0e42 # Parent e1496403b08c1117e4abfe16df55f27ef4b69644 stabletailgraph: fix typo in test diff -r e1496403b08c -r 1e31eda9c845 tests/test-stabletailgraph.t --- a/tests/test-stabletailgraph.t Sun Apr 16 22:17:30 2023 +0200 +++ b/tests/test-stabletailgraph.t Sun Apr 16 22:49:42 2023 +0200 @@ -294,7 +294,7 @@ $ hg test-sts d d,c,b,*,a, (no-eol) (glob) -Chack that sort "f" leaps from "d" to "b": +Check that sort "f" leaps from "d" to "b": $ hg test-sts f f,d,b,*,e,*,c,a, (no-eol) (glob)