Skip to content

Commit

Permalink
Fix UI tests for nightly diagnostic change (lambda-fairy#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
lambda-fairy authored Oct 17, 2021
1 parent 4374979 commit 057a231
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion maud/tests/warnings/attribute-missing-value.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ error: unexpected end of input
4 | / html! {
5 | | a href=
6 | | };
| |______^
| |_____^
|
= note: this error originates in the macro `html` (in Nightly builds, run with -Z macro-backtrace for more info)
2 changes: 1 addition & 1 deletion maud/tests/warnings/class-shorthand-missing-value.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ error: unexpected end of input
4 | / html! {
5 | | p.
6 | | };
| |______^
| |_____^
|
= note: this error originates in the macro `html` (in Nightly builds, run with -Z macro-backtrace for more info)
2 changes: 1 addition & 1 deletion maud/tests/warnings/non-closed-element.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ error: expected `;`, found end of macro
4 | / html! {
5 | | p
6 | | };
| |______^
| |_____^
|
= note: this error originates in the macro `html` (in Nightly builds, run with -Z macro-backtrace for more info)

0 comments on commit 057a231

Please sign in to comment.