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 4d48408
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/yew-macro/tests/derive_props/fail.stderr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
error: unexpected end of input, expected expression
error: unexpected end of input, expected an expression
--> tests/derive_props/fail.rs:56:19
|
56 | #[prop_or()]
Expand Down
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 4d48408

Please sign in to comment.