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
If you uncomment commented checks, then tests will pass.
There no need to generate redundant empty Text events, because otherwise we can say, why only one such event is generated? In my opinion empty Text event should be never generated
The text was updated successfully, but these errors were encountered:
I noticed, that such XML generates an empty
Text
event that is redundant:<!---->
The following tests failed (if placed into
reader.rs
):If you uncomment commented checks, then tests will pass.
There no need to generate redundant empty
Text
events, because otherwise we can say, why only one such event is generated? In my opinion emptyText
event should be never generatedThe text was updated successfully, but these errors were encountered: