@@ -41,7 +41,7 @@ The syntax is trivially parsable (and consequently customizable). By default, th
41
41
| Symbol | Description | Example |
42
42
| ------- | ----------------- | ---------- |
43
43
| ` - ` | Advance time | ` "a--b--" ` |
44
- | `| ` | Termination | `"ab-| "` |
44
+ | ` \ |` | Termination | ` "ab-\ |" ` |
45
45
| ` ^ ` | Thrown error | ` "ab-^" ` |
46
46
| ` ; ` | Cancellation | ` "ab;-" ` |
47
47
| ` [ ` | Begin group | ` "[ab]-" ` |
@@ -218,15 +218,15 @@ Access to the validation diagram input list is done through calls such as `$0.in
218
218
| Symbol | Token | Description | Example |
219
219
| ------- | ------------------------- | ----------------- | ---------- |
220
220
| ` - ` | ` .step ` | Advance time | ` "a--b--" ` |
221
- | `| ` | ` .finish ` | Termination | `"ab-| "` |
221
+ | ` \ |` | ` .finish ` | Termination | ` "ab-\ |" ` |
222
222
| ` ^ ` | ` .error ` | Thrown error | ` "ab-^" ` |
223
223
| ` ; ` | ` .cancel ` | Cancellation | ` "ab;-" ` |
224
224
| ` [ ` | ` .beginGroup ` | Begin group | ` "[ab]-" ` |
225
225
| ` ] ` | ` .endGroup ` | End group | ` "[ab]-" ` |
226
226
| ` ' ` | ` .beginValue ` ` .endValue ` | Begin/End Value | ` "'foo'-" ` |
227
227
| ` , ` | ` .delayNext ` | Delay next | ` ",[a,]b" ` |
228
- | ` ` | ` .skip ` | Skip/Ignore | `"a b- | "` |
229
- | | ` .value ` | Values. | `"ab-| "` |
228
+ | ` ` | ` .skip ` | Skip/Ignore | ` "a b- \ |" ` |
229
+ | | ` .value ` | Values. | ` "ab-\ |" ` |
230
230
231
231
There are some diagram input specifications that are not valid. The three cases are:
232
232
0 commit comments