Merge pull request #3 from pfitzseb/patch-1

silence `compare`
pull/4/head
Matthieu Gomez 2017-06-11 11:46:32 -04:00 committed by GitHub
commit 6cf8e9da6f
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@ function compare(dist::TokenSort, s1::AbstractStringorGraphemeIterator, s2::Abst
if search(s2, Base._default_delims) > 0
s2 = iterator(typeof(s2), join(sort!(split(s2)), " "))
end
@show s1, s2
compare(dist.dist, s1, s2)
end