break from get_char loop after successful char unification
This commit is contained in:
@@ -2213,6 +2213,8 @@ impl MachineState {
|
|||||||
if self.fail {
|
if self.fail {
|
||||||
return Ok(());
|
return Ok(());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
_ => {
|
_ => {
|
||||||
self.eof_action(
|
self.eof_action(
|
||||||
|
|||||||
Reference in New Issue
Block a user