mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
4f6e302996
commit
b5a1a3aa7c
1 changed files with 1 additions and 0 deletions
|
@ -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 = \
|
||||
|
|
Loading…
Reference in a new issue