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