You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We previously would not provide `__begin` when starting the initial
parse. This meant that e.g., `offset()` was not usable if nothing ever
got parsed.
With this patch we provide a meaningful value now.
Closes#1648.
I came across the following failure:
The assertion always fails since the unit consumes no input. With that I see
Interestingly this seems to tied to the use of
assert
, if I e.g.,print
the boolean expression this shows the expectedFalse
.The text was updated successfully, but these errors were encountered: