From f9e41a8739ffe182625d1a3498d134954c0547da Mon Sep 17 00:00:00 2001 From: Juanito Fatas Date: Mon, 16 Sep 2019 14:32:34 +0900 Subject: [PATCH] Fix ArgumentError in emoji-test-parser --- db/emoji-test-parser.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/emoji-test-parser.rb b/db/emoji-test-parser.rb index 94b9368..7c65a0b 100644 --- a/db/emoji-test-parser.rb +++ b/db/emoji-test-parser.rb @@ -91,7 +91,7 @@ if $0 == __FILE__ html_output = true end - _, categories = EmojiTestParser.parse + _, categories = EmojiTestParser.parse(File.expand_path("../../vendor/unicode-emoji-test.txt", __FILE__)) trap(:PIPE) { abort }