fix tests

This commit is contained in:
marin postma 2021-10-24 14:41:36 +02:00
parent 0f86d6b28f
commit 2e62925a6e
No known key found for this signature in database
GPG key ID: 6088B7721C3E39F9
8 changed files with 49 additions and 55 deletions

View file

@ -98,6 +98,7 @@ impl<'a, 'de, W: Write> Visitor<'de> for &mut DocumentVisitor<'a, W> {
self.inner.write_all(reader).unwrap();
*self.count += 1;
self.values.clear();
Ok(())
}