From 057a2317158d6c35fb4e41f61eb272d16f0973fb Mon Sep 17 00:00:00 2001 From: Chris Wong <lambda.fairy@gmail.com> Date: Sun, 17 Oct 2021 19:07:51 +1100 Subject: [PATCH] Fix UI tests for nightly diagnostic change (#304) --- maud/tests/warnings/attribute-missing-value.stderr | 2 +- maud/tests/warnings/class-shorthand-missing-value.stderr | 2 +- maud/tests/warnings/non-closed-element.stderr | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/maud/tests/warnings/attribute-missing-value.stderr b/maud/tests/warnings/attribute-missing-value.stderr index c571500..b2d11bd 100644 --- a/maud/tests/warnings/attribute-missing-value.stderr +++ b/maud/tests/warnings/attribute-missing-value.stderr @@ -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) diff --git a/maud/tests/warnings/class-shorthand-missing-value.stderr b/maud/tests/warnings/class-shorthand-missing-value.stderr index 411b302..0e16827 100644 --- a/maud/tests/warnings/class-shorthand-missing-value.stderr +++ b/maud/tests/warnings/class-shorthand-missing-value.stderr @@ -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) diff --git a/maud/tests/warnings/non-closed-element.stderr b/maud/tests/warnings/non-closed-element.stderr index 5f45772..0a07197 100644 --- a/maud/tests/warnings/non-closed-element.stderr +++ b/maud/tests/warnings/non-closed-element.stderr @@ -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)