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
The second one correctly throws an error, but the error message says "Unmatched closing tag: <x>" even though there is no <x> tag in the document. I think there is some left-over state from parsing the first document, which hints at possibly larger problems. If you only parse the second document without parsing the first one first, then the error is "Unmatched closing tag: <>" which is correct
The text was updated successfully, but these errors were encountered:
Code:
The second one correctly throws an error, but the error message says "Unmatched closing tag: <x>" even though there is no <x> tag in the document. I think there is some left-over state from parsing the first document, which hints at possibly larger problems. If you only parse the second document without parsing the first one first, then the error is "Unmatched closing tag: <>" which is correct
The text was updated successfully, but these errors were encountered: