From: early Date: Tue, 31 Dec 2024 05:57:59 +0000 (-0700) Subject: i promise i am not asking for hellp. i meant hello. X-Git-Url: https://git.earlybird.gay/?a=commitdiff_plain;h=220acaa9d941b3f89308e16067d74282cfec5ca7;p=today i promise i am not asking for hellp. i meant hello. --- diff --git a/web/htmlt/parse/parse_test.go b/web/htmlt/parse/parse_test.go index c359826..1137378 100644 --- a/web/htmlt/parse/parse_test.go +++ b/web/htmlt/parse/parse_test.go @@ -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 }}"}, } /*