ruby-changes:53726
From: duerst <ko1@a...>
Date: Sat, 24 Nov 2018 08:19:15 +0900 (JST)
Subject: [ruby-changes:53726] duerst:r65942 (trunk): add GraphemeBreakeTests.txt file to UNICODE_PROPERTY_FILES for download
duerst 2018-11-24 08:18:47 +0900 (Sat, 24 Nov 2018) New Revision: 65942 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65942 Log: 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. Modified files: trunk/common.mk Index: common.mk =================================================================== --- common.mk (revision 65941) +++ common.mk (revision 65942) @@ -1275,6 +1275,7 @@ UNICODE_PROPERTY_FILES = \ https://github.com/ruby/ruby/blob/trunk/common.mk#L1275 $(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 = \ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/