From b5a1a3aa7cc3326b0d43afebb10dd3869fe93842 Mon Sep 17 00:00:00 2001 From: duerst Date: Fri, 23 Nov 2018 23:18:47 +0000 Subject: [PATCH] add GraphemeBreakeTests.txt file to UNICODE_PROPERTY_FILES for download In common.mk, add the file GraphemeBreakeTests.txt to UNICODE_PROPERTY_FILES to be downloaded. This will be used for automatic tests for /\X/ and String#each_grapheme_cluster. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65942 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- common.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/common.mk b/common.mk index eafa6bbfae..34d4974f35 100644 --- a/common.mk +++ b/common.mk @@ -1275,6 +1275,7 @@ UNICODE_PROPERTY_FILES = \ $(UNICODE_SRC_DATA_DIR)/PropertyValueAliases.txt \ $(UNICODE_SRC_DATA_DIR)/Scripts.txt \ $(UNICODE_SRC_DATA_DIR)/auxiliary/GraphemeBreakProperty.txt \ + $(UNICODE_SRC_DATA_DIR)/auxiliary/GraphemeBreakTest.txt \ $(empty) UNICODE_EMOJI_FILES = \