From 50157b547862127f73d54bdd6e9eb1e471ab07ca Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Sun, 20 Apr 2025 16:41:24 -0700 Subject: [PATCH] update tests --- test.zig | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test.zig b/test.zig index 0d6bee6829340d27820ff471ae10d373c6c8dd5f..72699518f038ff75cd75d579809110d4924ac2e7 100644 --- a/test.zig +++ b/test.zig @@ -565,7 +565,7 @@ test { ); try expect(builder.items).toEqualString( \\ - \\

This url for this link is dynamic.

+ \\

This url for this link is dynamic.

\\ \\ ); @@ -588,7 +588,7 @@ test { ); try expect(builder.items).toEqualString( \\ - \\

This host for this link is dynamic.

+ \\

This host for this link is dynamic.

\\ \\ ); @@ -611,7 +611,7 @@ test { ); try expect(builder.items).toEqualString( \\ - \\

This host for this link is dynamic.

+ \\

This host for this link is dynamic.

\\ \\ ); @@ -646,7 +646,7 @@ test { ); try expect(builder.items).toEqualString( \\ - \\

This host for this link is dynamic.

+ \\

This host for this link is dynamic.

\\ \\ ); @@ -678,7 +678,7 @@ test { ); try expect(builder.items).toEqualString( \\ - \\

This host for this link is dynamic.

+ \\

This host for this link is dynamic.

\\ \\ ); -- 2.54.0