]> git.earlybird.gay Git - today/commitdiff
i promise i am not asking for hellp. i meant hello.
authorearly <me@earlybird.gay>
Tue, 31 Dec 2024 05:57:59 +0000 (22:57 -0700)
committerearly <me@earlybird.gay>
Tue, 31 Dec 2024 05:57:59 +0000 (22:57 -0700)
web/htmlt/parse/parse_test.go

index c35982692be67657fde61f747b6d36ae164907c6..1137378f4bd36ddfb2c5b05b11e78c178db2b29c 100644 (file)
@@ -30,7 +30,7 @@ func TestParseBasic(t *testing.T) {
                {name: "if-elif-else-nested", input: "{{ if .m1 }}{{ .m1 }}{{ else if m2 }}{{ .m2 }}{{ else }}{{ .m3 }}{{ end }}"},
                {name: "with", input: "{{ with .message }}hello{{ end }}"},
                {name: "with-nested", input: "{{ with .message }}{{ . }}{{ end }}"},
-               {name: "range", input: "{{ range .messages }}hellp{{ end }}"},
+               {name: "range", input: "{{ range .messages }}hello{{ end }}"},
                {name: "range-nested", input: "{{ range .messages }}{{ . }}{{ end }}"},
        }
        /*