File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ multiple ways:
66
66
This means the test will accept STEP1->STEP2a->STEP2b->STEP2c,
67
67
STEP1->STEP2a->STEP2c->STEP2b, STEP1->STEP2b->STEP2a->STEP2c,
68
68
STEP1->STEP2b->STEP2c->STEP2a, STEP1->STEP2c->STEP2a->STEP2b,
69
- or STEP1->STEP2c->STEP2b->STEP2c .
69
+ or STEP1->STEP2c->STEP2b->STEP2a .
70
70
71
71
The special marker ` One of: ` indicates sequences starting with distinct
72
72
output events, only one of which could occur. This is useful for optional
@@ -79,8 +79,8 @@ outputs which are more constrained, eg:
79
79
1. STEP2c
80
80
2. STEP3
81
81
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.
84
84
85
85
## Option Specifiers
86
86
You can’t perform that action at this time.
0 commit comments