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)