From 421b243fb88673709386661f6fb053ecef9e56e2 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Sun, 22 Apr 2018 21:18:46 +1000 Subject: src/loslib.js: Calculate yday of passed in Date, not the current date --- test/loslib.test.js | 1 + 1 file changed, 1 insertion(+) (limited to 'test/loslib.test.js') diff --git a/test/loslib.test.js b/test/loslib.test.js index 02735cb..e2b626e 100644 --- a/test/loslib.test.js +++ b/test/loslib.test.js @@ -120,6 +120,7 @@ test('os.time normalisation of table', () => { assert(t.month == 2, "unmodified month") assert(t.year == 2018, "unmodified year") assert(t.wday == 3, "correct wday") + assert(t.yday == 51, "correct yday") `; lualib.luaL_openlibs(L); expect(lauxlib.luaL_loadstring(L, to_luastring(luaCode))).toBe(lua.LUA_OK); -- cgit v1.2.3-54-g00ecf