authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-04-20 16:41:24 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-04-20 16:41:24 -07:00
log50157b547862127f73d54bdd6e9eb1e471ab07ca
treeeb7b26f59a65b8aaa996f336a790d5e538a96c78
parente7a810a3694f08b185836898394c95879d04dd1f

update tests


1 files changed, 5 insertions(+), 5 deletions(-)

test.zig+5-5
......@@ -565,7 +565,7 @@ test {
565565 );
566566 try expect(builder.items).toEqualString(
567567 \\<body>
568 \\ <p>This url for this link is <a href="https:&sol;&sol;github.com&sol;nektro&sol;zig-pek">dynamic</a>.</p>
568 \\ <p>This url for this link is <a href="https://github.com/nektro/zig-pek">dynamic</a>.</p>
569569 \\</body>
570570 \\
571571 );
......@@ -588,7 +588,7 @@ test {
588588 );
589589 try expect(builder.items).toEqualString(
590590 \\<body>
591 \\ <p>This host for this link is <a href="https:&sol;&sol;github.com&sol;nektro&sol;zig-pek">dynamic</a>.</p>
591 \\ <p>This host for this link is <a href="https://github.com/nektro/zig-pek">dynamic</a>.</p>
592592 \\</body>
593593 \\
594594 );
......@@ -611,7 +611,7 @@ test {
611611 );
612612 try expect(builder.items).toEqualString(
613613 \\<body>
614 \\ <p>This host for this link is <a href="https:&sol;&sol;github.com&sol;nektro&sol;zig-pek">dynamic</a>.</p>
614 \\ <p>This host for this link is <a href="https://github.com/nektro/zig-pek">dynamic</a>.</p>
615615 \\</body>
616616 \\
617617 );
......@@ -646,7 +646,7 @@ test {
646646 );
647647 try expect(builder.items).toEqualString(
648648 \\<body>
649 \\ <p>This host for this link is <a href="https:&sol;&sol;github.com&sol;nektro&sol;zig-pek">dynamic</a>.</p>
649 \\ <p>This host for this link is <a href="https://github.com/nektro/zig-pek">dynamic</a>.</p>
650650 \\</body>
651651 \\
652652 );
......@@ -678,7 +678,7 @@ test {
678678 );
679679 try expect(builder.items).toEqualString(
680680 \\<body>
681 \\ <p>This host for this link is <a href="https:&sol;&sol;github.com&sol;nektro&sol;zig-pek">dynamic</a>.</p>
681 \\ <p>This host for this link is <a href="https://github.com/nektro/zig-pek">dynamic</a>.</p>
682682 \\</body>
683683 \\
684684 );