Skip to content

Commit

Permalink
Fix another Windows path
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Apr 20, 2024
1 parent 3397457 commit fd6619c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/transform-test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ test("Using the transform plugin with transform on request during dev mode", asy
});

let results = await elev.toJSON();
t.is(results[0].content, `<img src="/.11ty/image/?src=test%2Fbio-2017.jpg&width=1280&format=jpeg" alt="My ugly mug" width="1280" height="853">`);
t.is(normalizeEscapedPaths(results[0].content), `<img src="/.11ty/image/?src=test%2Fbio-2017.jpg&width=1280&format=jpeg" alt="My ugly mug" width="1280" height="853">`);
});

test("Using the transform plugin with transform on request during dev mode (with default attributes)", async t => {
Expand Down

0 comments on commit fd6619c

Please sign in to comment.