Parser - Fixed named loop finder.
This commit is contained in:
parent
7541a8bda6
commit
06ae3dd973
1 changed files with 1 additions and 1 deletions
|
@ -640,7 +640,7 @@ impl Parser {
|
||||||
LoopParsingState::NamedLoop(n) if n == name => return true,
|
LoopParsingState::NamedLoop(n) if n == name => return true,
|
||||||
LoopParsingState::NamedLoop(_) => (),
|
LoopParsingState::NamedLoop(_) => (),
|
||||||
}
|
}
|
||||||
pos += 1;
|
pos -= 1;
|
||||||
}
|
}
|
||||||
false
|
false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue