We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9abf7d6 + 81d08b5 commit b42a93eCopy full SHA for b42a93e
test/runtests.jl
@@ -1,5 +1,6 @@
1
using HTML_Entities
2
-using Base.Test
+
3
+@static VERSION < v"0.7.0-DEV" ? (using Base.Test) : (using Test)
4
5
# Test the functions lookupname, matches, longestmatches, completions
6
# Check that characters from all 3 tables (BMP, non-BMP, string) are tested
0 commit comments