Open farodin91 opened 7 years ago
can you elaborate? Maybe post the error output. Is it spurious and only happens sometimes?
This test test_parse_ok(&[("<a> </a>", Some(" ".to_string()))]);
will fail until trim_whitespace is false.
Oh. I think it's fine to simply replace the output with Some("".to_string())
(so fixing the test, not the code)
for example: test_option