diff --git a/packages/yew-macro/tests/html_macro/element-fail.stderr b/packages/yew-macro/tests/html_macro/element-fail.stderr index 4ce990ed9..a69e3e495 100644 --- a/packages/yew-macro/tests/html_macro/element-fail.stderr +++ b/packages/yew-macro/tests/html_macro/element-fail.stderr @@ -1,209 +1,209 @@ error: this opening tag has no corresponding closing tag - --> $DIR/element-fail.rs:7:13 + --> $DIR/tests/html_macro/element-fail.rs:7:13 | 7 | html! {
}; | ^^^^^ error: this opening tag has no corresponding closing tag - --> $DIR/element-fail.rs:8:18 + --> $DIR/tests/html_macro/element-fail.rs:8:18 | 8 | html! {
}; | ^^^^^ error: this opening tag has no corresponding closing tag - --> $DIR/element-fail.rs:9:13 + --> $DIR/tests/html_macro/element-fail.rs:9:13 | 9 | html! {
}; | ^^^^^ error: this closing tag has no corresponding opening tag - --> $DIR/element-fail.rs:12:13 + --> $DIR/tests/html_macro/element-fail.rs:12:13 | 12 | html! {
}; | ^^^^^^ error: this closing tag has no corresponding opening tag - --> $DIR/element-fail.rs:13:18 + --> $DIR/tests/html_macro/element-fail.rs:13:18 | 13 | html! {
}; | ^^^^^^^ error: only one root html element is allowed (hint: you can wrap multiple html elements in a fragment `<>`) - --> $DIR/element-fail.rs:14:20 + --> $DIR/tests/html_macro/element-fail.rs:14:20 | 14 | html! { }; | ^^^^^^ error: this closing tag has no corresponding opening tag - --> $DIR/element-fail.rs:17:18 + --> $DIR/tests/html_macro/element-fail.rs:17:18 | 17 | html! {
}; | ^^^^^^^ error: this closing tag has no corresponding opening tag - --> $DIR/element-fail.rs:18:20 + --> $DIR/tests/html_macro/element-fail.rs:18:20 | 18 | html! { }; | ^^^^^^^^ error: only one root html element is allowed (hint: you can wrap multiple html elements in a fragment `<>`) - --> $DIR/element-fail.rs:21:24 + --> $DIR/tests/html_macro/element-fail.rs:21:24 | 21 | html! {
}; | ^^^^^^^^^^^ error: expected a valid html element - --> $DIR/element-fail.rs:23:18 + --> $DIR/tests/html_macro/element-fail.rs:23:18 | 23 | html! {
Invalid
}; | ^^^^^^^ error: `attr` can only be specified once but is given here again - --> $DIR/element-fail.rs:26:27 + --> $DIR/tests/html_macro/element-fail.rs:26:27 | 26 | html! { }; | ^^^^ error: `value` can only be specified once but is given here again - --> $DIR/element-fail.rs:27:32 + --> $DIR/tests/html_macro/element-fail.rs:27:32 | 27 | html! { }; | ^^^^^ error: `kind` can only be specified once but is given here again - --> $DIR/element-fail.rs:28:36 + --> $DIR/tests/html_macro/element-fail.rs:28:36 | 28 | html! { }; | ^^^^ error: `checked` can only be specified once but is given here again - --> $DIR/element-fail.rs:29:33 + --> $DIR/tests/html_macro/element-fail.rs:29:33 | 29 | html! { }; | ^^^^^^^ error: `disabled` can only be specified once but is given here again - --> $DIR/element-fail.rs:30:34 + --> $DIR/tests/html_macro/element-fail.rs:30:34 | 30 | html! { }; | ^^^^^^^^ error: `selected` can only be specified once but is given here again - --> $DIR/element-fail.rs:31:35 + --> $DIR/tests/html_macro/element-fail.rs:31:35 | 31 | html! {