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

Various tests for a few missing dispatches #13985

Merged
merged 3 commits into from
Nov 14, 2015
Merged

Various tests for a few missing dispatches #13985

merged 3 commits into from
Nov 14, 2015

Conversation

kshyatt
Copy link
Contributor

@kshyatt kshyatt commented Nov 14, 2015

No description provided.

@kshyatt kshyatt added the test This change adds or pertains to unit tests label Nov 14, 2015
@@ -561,6 +570,10 @@ replstr(x) = stringmime("text/plain", x)
# to cover the designated screen size.
@test replstr(0:10^9) == "1000000001-element UnitRange{$Int}:\n 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,…,999999998,999999999,1000000000"

@test sprint(io -> show(io,UnitRange(1,2))) == "1:2"
Copy link
Member

Choose a reason for hiding this comment

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

FYI I think you can do this as

@test sprint(show,UnitRange(1,2)) == "1:2"

hayd added a commit that referenced this pull request Nov 14, 2015
Various tests for a few missing dispatches
@hayd hayd merged commit e17b4bd into master Nov 14, 2015
@hayd hayd deleted the ksh/sm0ltest branch November 14, 2015 05:25
kshyatt added a commit that referenced this pull request Nov 29, 2015
(cherry picked from commit 3a9e994)
ref #13985
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test This change adds or pertains to unit tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants