File tree Expand file tree Collapse file tree 2 files changed +11
-8
lines changed
scripts/update-checks-doc Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -202,16 +202,19 @@ func (u *Updater) Update() {
202
202
203
203
// State transition
204
204
//
205
- // ┌────┐ ┌──────┐ ┌───────┐ ┌──────┐ ┌─────┐ ┌─────┐
205
+ // backtrack
206
+ // ┌───────┐
207
+ // ┌──▼─┐ ┌──┴───┐ ┌───────┐ ┌──────┐ ┌─────┐ ┌─────┐
206
208
// │init│─►│anchor│─►│heading│─►│input │─►│input│─►│after│────┐
207
209
// └────┘ │ │ │ │ │header│ │block│ │input│ │
208
- // └──▲───┘ └───────┘ └──▲───┘ └─────┘ └─────┘ ┌──▼───┐
209
- // next │ more │ skip │output│
210
- // section│ example│ ┌──────────────│header│
211
- // │ ┌─┴─┐ ┌───▼──┐ ┌──────┐ └──┬───┘
212
- // ┌────┐ └──────────────────┤end│◄─│after │◄─│output│◄───┘
213
- // │done│◄───────────────────────┤ │ │output│ │block │
214
- // └────┘ └───┘ └──────┘ └──────┘
210
+ // └──▲┬──┘ └───────┘ └──▲───┘ └─────┘ └─────┘ ┌──▼───┐
211
+ // next ││ more │ skip │output│
212
+ // section││ example│ ┌──────────────│header│
213
+ // ││backtrack ┌───┐ ┌───▼──┐ ┌──────┐ └──┬───┘
214
+ // │└────────────────►│end│◄─│after │◄─│output│◄───┘
215
+ // ┌────┐ └──────────────────│ │ │output│ │block │
216
+ // │done│◄───────────────────────│ │ └──────┘ └──────┘
217
+ // └────┘ └───┘
215
218
//
216
219
switch u .cur {
217
220
case stateInit , stateEnd :
You can’t perform that action at this time.
0 commit comments