-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
skips events on failed read_text
#154
Comments
Sorry for the long delay before answering. Indeed In your case I believe you shouldn't use |
…as a text, including other markup
…as a text, including other markup
Hi, I'm getting behavior that's gotta be a bug. My parsing code is pretty straitforward:
but I'm finding that it skips whatever comes immediately after
<netftCalibration>
inIf I reorder the lines such that the comment comes before
<prodname>
my unit tests pass and all is well in the world. But as written here, the Ok(Event::Start()) for prodname never emits.The text was updated successfully, but these errors were encountered: