skhtml/ui/cases/text-nodes-need-to-be-quote...

15 lines
396 B
Plaintext
Raw Normal View History

2018-11-19 09:11:44 +00:00
error: expected "<", code block or literal
--> $DIR/text-nodes-need-to-be-quoted.rs:10:16
|
10 | <title>unquoted</title>
| ^^^^^^^^
error: text nodes need to be quoted, eg. <p>"Hello Joe!"</p>
--> $DIR/text-nodes-need-to-be-quoted.rs:10:16
2018-11-19 09:11:44 +00:00
|
10 | <title>unquoted</title>
| ^^^^^^^^
2018-11-19 09:11:44 +00:00
error: aborting due to 2 previous errors
2018-11-19 09:11:44 +00:00