feat: Added format pipe for dates.

This commit is contained in:
Spencer Brower
2026-07-21 13:15:45 -04:00
parent cc42e694fd
commit b239bf2d87
7 changed files with 284 additions and 35 deletions
+4
View File
@@ -4,6 +4,8 @@ package mustache
import "core:fmt"
import "core:testing"
/*
// --- Spec test 1: Interpolation ---
// A lambda's return value should be interpolated.
@@ -149,3 +151,5 @@ test_lambda_inverted_section :: proc(t: ^testing.T) {
testing.expect_value(t, result, "<>")
}
*/