From c0397eddbb01e3ee437e20ef7fb11c2b3cf42907 Mon Sep 17 00:00:00 2001 From: facundoolano Date: Fri, 16 Feb 2024 11:55:53 -0300 Subject: [PATCH] fix test --- templates/templates_test.go | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/templates_test.go b/templates/templates_test.go index 664e0bc..c87a1df 100644 --- a/templates/templates_test.go +++ b/templates/templates_test.go @@ -135,16 +135,16 @@ tags: ["software", "web"] content, err := templ.Render(nil) assertEqual(t, err, nil) - expected := `
-

+ expected := `
+

My title -

-
-
-

+

+
+
+

my Subtitle -

-
+

+
  • list 1
  • list 2