Skip to content

Commit a6c90a8

Browse files
jkczyzdarosior
authored andcommitted
tests: Fix Any order and One of event examples
1 parent 58d9b9f commit a6c90a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/events/test-spec.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ multiple ways:
6666
This means the test will accept STEP1->STEP2a->STEP2b->STEP2c,
6767
STEP1->STEP2a->STEP2c->STEP2b, STEP1->STEP2b->STEP2a->STEP2c,
6868
STEP1->STEP2b->STEP2c->STEP2a, STEP1->STEP2c->STEP2a->STEP2b,
69-
or STEP1->STEP2c->STEP2b->STEP2c.
69+
or STEP1->STEP2c->STEP2b->STEP2a.
7070

7171
The special marker `One of:` indicates sequences starting with distinct
7272
output events, only one of which could occur. This is useful for optional
@@ -79,8 +79,8 @@ outputs which are more constrained, eg:
7979
1. STEP2c
8080
2. STEP3
8181

82-
This means the test will accept STEP1->STEP2a->STEP2b->STEP3, or
83-
STEP1->STEP2c->STEP3.
82+
This means the test will accept STEP1->STEP2a->STEP3, STEP1->STEP2b->STEP3,
83+
or STEP1->STEP2c->STEP3.
8484

8585
## Option Specifiers
8686

0 commit comments

Comments
 (0)