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 {...@@ -565,7 +565,7 @@ test {
565 );565 );
566 try expect(builder.items).toEqualString(566 try expect(builder.items).toEqualString(
567 \\<body>567 \\<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>
569 \\</body>569 \\</body>
570 \\570 \\
571 );571 );
...@@ -588,7 +588,7 @@ test {...@@ -588,7 +588,7 @@ test {
588 );588 );
589 try expect(builder.items).toEqualString(589 try expect(builder.items).toEqualString(
590 \\<body>590 \\<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>
592 \\</body>592 \\</body>
593 \\593 \\
594 );594 );
...@@ -611,7 +611,7 @@ test {...@@ -611,7 +611,7 @@ test {
611 );611 );
612 try expect(builder.items).toEqualString(612 try expect(builder.items).toEqualString(
613 \\<body>613 \\<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>
615 \\</body>615 \\</body>
616 \\616 \\
617 );617 );
...@@ -646,7 +646,7 @@ test {...@@ -646,7 +646,7 @@ test {
646 );646 );
647 try expect(builder.items).toEqualString(647 try expect(builder.items).toEqualString(
648 \\<body>648 \\<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>
650 \\</body>650 \\</body>
651 \\651 \\
652 );652 );
...@@ -678,7 +678,7 @@ test {...@@ -678,7 +678,7 @@ test {
678 );678 );
679 try expect(builder.items).toEqualString(679 try expect(builder.items).toEqualString(
680 \\<body>680 \\<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>
682 \\</body>682 \\</body>
683 \\683 \\
684 );684 );