break from get_char loop after successful char unification

This commit is contained in:
Mark Thom
2022-01-06 21:44:41 -07:00
parent a0a86d0f62
commit addc817cca
+2
View File
@@ -2213,6 +2213,8 @@ impl MachineState {
if self.fail { if self.fail {
return Ok(()); return Ok(());
} }
break;
} }
_ => { _ => {
self.eof_action( self.eof_action(