authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2023-05-16 11:19:45 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2023-05-16 11:19:45 -07:00
loga39ddbc99d4a54f9748bb3692dd6aa2490da658f
tree67bffceb6f70b508bf1e8959685ea57a581acfb8
parent47337055a7bdc2ef03698fb147b59a1dcc473cee

closes #3 and add test case

likely working since aff2df866eb16ad781e26a25f8b664d498e2211a

1 files changed, 3 insertions(+), 0 deletions(-)

main.zig+3
......@@ -120,4 +120,7 @@ comptime {
120120 .{ "x", "1144509852789" },
121121 .{ "X", "1144509852" },
122122 });
123
124 // https://github.com/nektro/zig-time/issues/3
125 harness(1144509852789, &.{.{ "YYYYMM", "200604" }});
123126}