chore(*) replace tabs with spaces

This commit is contained in:
Thijs Schreijer
2021-07-18 10:00:06 +02:00
parent 91231a63e6
commit 4f68c2d392
3 changed files with 46 additions and 46 deletions

View File

@@ -35,7 +35,7 @@ describe("Testing the 'date' module", function()
-- Supported ISO 8601 Formats.
-- YYYY-MM-DDwhere YYYY is the year, MM is the month of the year, and DD is the
-- day of the month.
-- day of the month.
assert(date("2000-12-31")==date(2000,12,31))
assert(date(" 20001231 ")==date(2000,12,31)) -- Compact version
-- YYYY-DDDwhere YYYY is the year, DDD is the day of the year.