skhtml/ui/cases/tag-mismatch.stderr

15 lines
294 B
Plaintext

error: expected closing tag '</html>', found '</head>'
--> $DIR/tag-mismatch.rs:10:17
|
10 | <html></head>
| ^^^^
error: unclosed tag
--> $DIR/tag-mismatch.rs:10:10
|
10 | <html></head>
| ^^^^
error: aborting due to 2 previous errors