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>
|
|
|
|
|
| ^^^^^^^^
|
2020-04-22 13:12:53 +00:00
|
|
|
|
|
|
|
|
|
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
|
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>
|
|
|
|
|
| ^^^^^^^^
|
2020-04-22 13:12:53 +00:00
|
|
|
|
|
|
|
|
|
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
|
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
|
|
|
|
|