From 052cb180101830a023df5c7e8e68e4f7d1155086 Mon Sep 17 00:00:00 2001 From: Tony Kelman Date: Wed, 26 Apr 2017 11:29:23 -0700 Subject: [PATCH] Use more specific Compat and spaces version cutoffs PR #10 --- REQUIRE | 2 +- test/runtests.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/REQUIRE b/REQUIRE index 23848d5..62a7399 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1,2 +1,2 @@ julia 0.5 -Compat 0.18 +Compat 0.7.13 diff --git a/test/runtests.jl b/test/runtests.jl index 9bf781f..effd545 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -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""")