Skip to content

Commit 3da1a78

Browse files
committed
internal/emojilist: expand TestEmojiCounts to cover Unicode15
This was missed in 187fb54.
1 parent 1e8b9df commit 3da1a78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/emojilist/embed_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ import (
1010
func TestEmojiCounts(t *testing.T) {
1111
// Expected count is taken from https://www.unicode.org/Public/emoji/N.M/emoji-test.txt.
1212
assert.Equal(t, 3295, strings.Count(Unicode13, "\n")+1, "Unicode 13.0")
13+
assert.Equal(t, 3655, strings.Count(Unicode15, "\n")+1, "Unicode 15.0")
1314
}

0 commit comments

Comments
 (0)