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
I think a plist containing just one word with no whitespace e.g. valid-plist should parse, but not a valid plist should emit Ok(Event::String("not")) followed by Err(...) as the input contains unparsed data.
hello,
just updated
plist
package and some errors are missing :cargo update -p plist
Then this test is now passing (should not) :
Perhaps because of
quick-xml
?The text was updated successfully, but these errors were encountered: