Skip to content

Commit

Permalink
Use more specific Compat and spaces version cutoffs
Browse files Browse the repository at this point in the history
PR #10
  • Loading branch information
tkelman authored and vtjnash committed Apr 26, 2017
1 parent b0bdb74 commit 052cb18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
julia 0.5
Compat 0.18
Compat 0.7.13
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ function test_string(x1)
"\n\nstringify: ", x2))
end

_space = VERSION < v"0.6.0-dev" ? "" : " "
_space = VERSION < v"0.6.0-dev.2505" ? "" : " "
test_string("""Glob.GlobMatch(Any["base",$(_space)r"h\.+"])""")
test_string("""glob"base/*/a/[b]\"""")
test_string("""fn"base/*/a/[b]\"ipedx""")
Expand Down

0 comments on commit 052cb18

Please sign in to comment.