Commit 0fe30eed authored by Igor Dejanovic's avatar Igor Dejanovic

Removed superfluous backtrack in the OrderedChoice.

parent 2c516e03
......@@ -243,7 +243,6 @@ class OrderedChoice(Sequence):
break
if not match:
parser.position = self.c_pos # Backtracking
raise parser.nm
return result
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment