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
-6
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,3 @@
1
-
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"}`.
2
-
--> tests/html_lints/fail.rs:17:10
3
-
|
4
-
17 | <tExTAreA />
5
-
| ^^^^^^^^
6
-
7
1
error: This macro call exists to deliberately fail the compilation of the test so we can verify output of lints
0 commit comments