Skip to content

Commit

Permalink
update to utf8proc 2.6.1 (#38900)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj authored Dec 16, 2020
1 parent 0eb4723 commit 2362037
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e17d35ec76892e79e3ce45bb5e39e680
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
912d51e5c2daf80865e862daba2971e3a77b224d40179225d5908385d2f7f543a92cd2d9b6cecacfab185d8bd8f2732cad7a9d217f25f1e10a77083fda74f0b5

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions deps/utf8proc.version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
UTF8PROC_BRANCH=v2.6.0
UTF8PROC_SHA1=df2997a300792b8efd6a1ea9281c14dfe986d6f9
UTF8PROC_BRANCH=v2.6.1
UTF8PROC_SHA1=3203baa7374d67132384e2830b2183c92351bffc
3 changes: 3 additions & 0 deletions stdlib/Unicode/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,9 @@ end
end
end
end

@test Base.Unicode.isgraphemebreak('α', 'β')
@test !Base.Unicode.isgraphemebreak('α', '\u0302')
end

@testset "#3721, #6939 up-to-date character widths" begin
Expand Down

0 comments on commit 2362037

Please sign in to comment.