Bug #18027
closedtest/ruby/enc/test_emoji_breaks.rb does not use the file emoji-variation-sequences.txt
Description
While working on issue #17750, I found out that the number of assertions is essentially the same whether or not the file emoji-variation-sequences.txt is included in the files used to create the test data. This is the case both before and after the move of this file. So it seems unrelated to the move of the file, or to the version upgrade.
I have not yet been able to figure out a reason for this behavior; the structure of the file emoji-variation-sequences.txt looks just like the structure of the other three files (emoji-sequences.txt, emoji-test.txt, and emoji-zwj-sequences.txt).
This bug serves to track this issue. Any hints appreciated. In particular, I'm a puts
debugger, but puts
debugging doesn't seem to work well when testing.