diff --git a/test/snapshots/markdownlint-test-scenarios.js.md b/test/snapshots/markdownlint-test-scenarios.js.md
index 2875b3fae..bebe9da9e 100644
--- a/test/snapshots/markdownlint-test-scenarios.js.md
+++ b/test/snapshots/markdownlint-test-scenarios.js.md
@@ -34015,22 +34015,22 @@ Generated by [AVA](https://avajs.dev).
{MD033}␊
␊
Image tag with alt attribute not set␊
- {MD045}{MD033}␊
+ {MD045} {MD033}␊
␊
Image tag with alt attribute set to an empty string␊
{MD033}␊
␊
Image tag with no alt attribute␊
- {MD045}{MD033}␊
+ {MD045} {MD033}␊
␊
Multi-line image tag with no alt text␊
{MD045:44}{MD033:44}␊
+ src="image.png"> {MD045:44} {MD033:44}␊
␊
Multi-line image tag with alt attribute not set␊
{MD045:48}{MD033:48}␊
+ src="image.png"> {MD045:48} {MD033:48}␊
␊
[notitle]: image.jpg␊
[title]: image.jpg "Title"␊
diff --git a/test/snapshots/markdownlint-test-scenarios.js.snap b/test/snapshots/markdownlint-test-scenarios.js.snap
index 37d3db0f2..731637482 100644
Binary files a/test/snapshots/markdownlint-test-scenarios.js.snap and b/test/snapshots/markdownlint-test-scenarios.js.snap differ