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

A few small miscellaneous tests #16915

Merged
merged 2 commits into from
Jun 14, 2016
Merged

A few small miscellaneous tests #16915

merged 2 commits into from
Jun 14, 2016

Conversation

kshyatt
Copy link
Contributor

@kshyatt kshyatt commented Jun 14, 2016

For Dates and a last missing one for Char.

@kshyatt kshyatt added test This change adds or pertains to unit tests dates Dates, times, and the Dates stdlib module labels Jun 14, 2016
@quinnj quinnj mentioned this pull request Jun 14, 2016
@quinnj
Copy link
Member

quinnj commented Jun 14, 2016

+1. Covers #11848

1 similar comment
@quinnj
Copy link
Member

quinnj commented Jun 14, 2016

+1. Covers #11848

@vtjnash vtjnash merged commit 2efec16 into master Jun 14, 2016
@vtjnash vtjnash deleted the ksh/misc branch June 14, 2016 17:10
@@ -168,3 +168,6 @@ ms = Dates.Millisecond(1)
@test Dates.Date(d,y) == Dates.Date(1,1,1)
@test Dates.Date(d,m) == Dates.Date(1,1,1)
@test Dates.Date(m,y) == Dates.Date(1,1,1)

@test isfinite(Dates.Date)
@test isfinite(Dates.DateTime)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why are these defined on types?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dates Dates, times, and the Dates stdlib module test This change adds or pertains to unit tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants