Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed and/or problem in dobj.__lt and dobj.__le #3

Merged
merged 1 commit into from
Jan 2, 2014
Merged

Fixed and/or problem in dobj.__lt and dobj.__le #3

merged 1 commit into from
Jan 2, 2014

Conversation

clarkjc
Copy link

@clarkjc clarkjc commented Dec 30, 2013

This snippet demonstrates the problem:

local date = require "date"
local a = date("20131230 00:57:04")
local b = date("20131230 01:00:00")
print(a >= b) -- should be false

This snippet demonstrates the problem:

local date = require "date"
local a = date("20131230 00:57:04")
local b = date("20131230 01:00:00")
print(a >= b) -- should be false
@Tieske
Copy link
Owner

Tieske commented Dec 31, 2013

Thx 👍 . I guess it's time for a test suite. I'll look into setting that up and then add those fixes.

Tieske added a commit that referenced this pull request Jan 2, 2014
Fixed and/or problem in dobj.__lt and dobj.__le
@Tieske Tieske merged commit 7753321 into Tieske:master Jan 2, 2014
@clarkjc
Copy link
Author

clarkjc commented Jan 2, 2014

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants