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

620 B

error: expected "<", code block or literal
--> $DIR/text-nodes-need-to-be-quoted.rs:10:16
|
10 | <title>unquoted</title>
| ^^^^^^^^
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
 
error: text nodes need to be quoted, eg. <p>"Hello Joe!"</p>
--> $DIR/text-nodes-need-to-be-quoted.rs:10:16
|
10 | <title>unquoted</title>
| ^^^^^^^^
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
 
error: aborting due to 2 previous errors