comparison tests/test-stabletailgraph.t @ 50460:1e31eda9c845

stabletailgraph: fix typo in test
author pacien <pacien.trangirard@pacien.net>
date Sun, 16 Apr 2023 22:49:42 +0200
parents f0d2b18f0274
children a6522a7de594
comparison
equal deleted inserted replaced
50459:e1496403b08c 50460:1e31eda9c845
292 Display the sort of "d" for reference: 292 Display the sort of "d" for reference:
293 293
294 $ hg test-sts d 294 $ hg test-sts d
295 d,c,b,*,a, (no-eol) (glob) 295 d,c,b,*,a, (no-eol) (glob)
296 296
297 Chack that sort "f" leaps from "d" to "b": 297 Check that sort "f" leaps from "d" to "b":
298 298
299 $ hg test-sts f 299 $ hg test-sts f
300 f,d,b,*,e,*,c,a, (no-eol) (glob) 300 f,d,b,*,e,*,c,a, (no-eol) (glob)
301 301
302 $ cd .. 302 $ cd ..