Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
its-the-shrimp committed Oct 28, 2023
1 parent 11c1824 commit 790f0cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/yew-macro/tests/html_macro/node-fail.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ error: unexpected token
| ^^^^^^^^^

error: byte-strings can't be converted to HTML text
note: remove the `b` prefix
note: remove the `b` prefix or convert this to a `String`
--> tests/html_macro/node-fail.rs:11:14
|
11 | html! { b"str" };
| ^^^^^^

error: byte-strings can't be converted to HTML text
note: remove the `b` prefix
note: remove the `b` prefix or convert this to a `String`
--> tests/html_macro/node-fail.rs:13:22
|
13 | html! { <span>{ b"str" }</span> };
Expand Down

0 comments on commit 790f0cc

Please sign in to comment.