You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: packages/yew-macro/tests/html_lints/fail.stderr
+8-2
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,14 @@ warning: All `<img>` tags should have an `alt` attribute which provides a human-
22
22
14 | <img src="img.jpeg"/>
23
23
| ^^^
24
24
25
+
warning: The tag 'tExTAreA' is not matching its normalized form 'textarea'. If you want to keep this form, change this to a dynamic tag `@{"tExTAreA"}`.
26
+
--> tests/html_lints/fail.rs:17:10
27
+
|
28
+
17 | <tExTAreA />
29
+
| ^^^^^^^^
30
+
25
31
error: This macro call exists to deliberately fail the compilation of the test so we can verify output of lints
26
-
--> tests/html_lints/fail.rs:16:5
32
+
--> tests/html_lints/fail.rs:19:5
27
33
|
28
-
16 | compile_error!("This macro call exists to deliberately fail the compilation of the test so we can verify output of lints");
34
+
19 | compile_error!("This macro call exists to deliberately fail the compilation of the test so we can verify output of lints");
0 commit comments