Skip to content

Commit

Permalink
bless stderr files after syn update
Browse files Browse the repository at this point in the history
  • Loading branch information
ranile committed Sep 23, 2023
1 parent 23c149c commit 1a1ce85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/yew-macro/tests/html_macro/component-fail.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ error: expected base props expression after `..`
46 | html! { <Child .. /> };
| ^^

error: unexpected end of input, expected expression
error: unexpected end of input, expected an expression
--> tests/html_macro/component-fail.rs:46:13
|
46 | html! { <Child .. /> };
Expand All @@ -34,7 +34,7 @@ error: expected base props expression after `..`
47 | html! { <Child ..{ 5 + } /> };
| ^^

error: unexpected end of input, expected expression
error: unexpected end of input, expected an expression
--> tests/html_macro/component-fail.rs:47:28
|
47 | html! { <Child ..{ 5 + } /> };
Expand Down

0 comments on commit 1a1ce85

Please sign in to comment.