break from get_char loop after successful char unification

This commit is contained in:
Mark Thom
2021-11-18 23:41:58 -07:00
parent a0a86d0f62
commit addc817cca

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(