Open pogiaron opened 1 year ago
False negative, It seems the problem is not with the package
I found the problem. It seems when the first line is empty I get an error. I think the parser should handle that case. What do you think? I checked the html spec it seems it should not cause problem
I am trying to parse this HTML but I can not: (note first line is empty)
<!DOCTYPE html>
If I remove the first empty line the parsing works. Is it intended?