mirror of
https://github.com/bspeice/dtparse
synced 2025-07-03 14:54:57 -04:00
...I may be an idiot.
This commit is contained in:
@ -718,7 +718,7 @@ impl Parser {
|
||||
}
|
||||
|
||||
i += 1;
|
||||
} else if !self.info.get_jump(&l[i]) || fuzzy {
|
||||
} else if !(self.info.get_jump(&l[i]) || fuzzy) {
|
||||
return Err(ParseError::UnrecognizedToken(l[i].clone()));
|
||||
} else {
|
||||
skipped_idxs.push(i);
|
||||
|
Reference in New Issue
Block a user