package svg import ( "strings" "testing" "time" "b612.me/astro/basic" ) func TestLunarEclipseSVG(t *testing.T) { svg, ok := LunarEclipseSVG( time.Date(2026, 3, 3, 0, 0, 0, 0, time.UTC), LunarEclipseSVGOptions{Width: 720, Height: 480, Step: 10 * time.Minute}, ) if !ok { t.Fatalf("expected lunar eclipse SVG") } for _, want := range []string{"