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>
|
|
|
|
|
| ^^^^^^^^
|
2018-11-19 17:27:42 +00:00
|
|
|
|
|
|
|
|
|
error: text nodes need to be quoted, eg. [1m<p>"Hello Joe!"</p>[0m
|
|
|
|
|
--> $DIR/text-nodes-need-to-be-quoted.rs:10:16
|
2018-11-19 09:11:44 +00:00
|
|
|
|
|
|
2018-11-19 17:27:42 +00:00
|
|
|
|
10 | <title>unquoted</title>
|
|
|
|
|
| ^^^^^^^^
|
2018-11-19 09:11:44 +00:00
|
|
|
|
|
2018-11-19 17:27:42 +00:00
|
|
|
|
error: aborting due to 2 previous errors
|
2018-11-19 09:11:44 +00:00
|
|
|
|
|