[gtk+/wip/matthiasc/emoji-picker] Avoid blacklisting gotcha



commit f9a642408a43d621ac86de1b2fc644a68b9692e5
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Aug 10 21:23:23 2017 -0400

    Avoid blacklisting gotcha
    
    elf matches selfie, unintentionally.

 tests/convert.c  |    2 +-
 tests/emoji.data |  Bin 53500 -> 53562 bytes
 2 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/convert.c b/tests/convert.c
index 3619707..6b0b1bb 100644
--- a/tests/convert.c
+++ b/tests/convert.c
@@ -39,7 +39,7 @@ static const char *blacklist[] = {
   "merperson",
   "merman",
   "mermaid",
-  "elf",
+  " elf", // avoid matching selfie
   "genie",
   "zombie",
   "in steamy room",
diff --git a/tests/emoji.data b/tests/emoji.data
index 3da3d23..61d1af0 100644
Binary files a/tests/emoji.data and b/tests/emoji.data differ


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]