From 1501ba7566a0069a72b4bcca7e60f1e51878c4e5 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Sat, 23 Aug 2014 22:29:38 -0400 Subject: [PATCH] spec/strftime: add tests for asctime --- spec/strftime_spec.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/spec/strftime_spec.lua b/spec/strftime_spec.lua index a58a947..082dbff 100644 --- a/spec/strftime_spec.lua +++ b/spec/strftime_spec.lua @@ -22,3 +22,9 @@ describe("strftime", function() end) end end) +describe("asctime", function() + local asctime = luatz.strftime.asctime + it("should format correctly", function() + assert.are.same("Fri Feb 13 23:31:30 2009\n", asctime(tt)) + end) +end) -- 2.39.2