Cont
This commit is contained in:
parent
539c828605
commit
942deb3bbe
7 changed files with 395 additions and 430 deletions
|
@ -295,7 +295,7 @@ class VbStageAlternative {
|
|||
for (const [selector, suffix] of Object.entries(this.selectorAffix))
|
||||
ans.addSelectorAffix(this.mode, selector, suffix);
|
||||
|
||||
if (!this.next) {
|
||||
if (!this.next || this.next === "END") {
|
||||
ans.rank = ++globalState.rank;
|
||||
globalState.sink.push(ans);
|
||||
return null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue