about summary refs log tree commit diff
diff options
context:
space:
mode:
authorequa <equaa@protonmail.com>2022-02-05 21:09:41 -0600
committerequa <equaa@protonmail.com>2022-02-05 21:09:41 -0600
commit8e8ee3408c5f1acf39d4bee70885abf38deb880c (patch)
tree1d9464c652f320a6150852baa31a38c3f9161549
parent29897f7ae82d359e8e72989529abf121dcb11c13 (diff)
-rw-r--r--make-regex.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-regex.fnl b/make-regex.fnl
index b0e03f3..6e73ede 100644
--- a/make-regex.fnl
+++ b/make-regex.fnl
@@ -25,7 +25,7 @@
   [{:id "g"
     :options ["\u{200d}\u{2640}"
               "\u{200d}\u{2642}"]
-    :regex "[\u{2640}\u{2642}]"}
+    :regex "\u{200d}[\u{2640}\u{2642}]"}
    ;; skin tone (including null)
    {:id "s"
     :options ["" "\u{1f3fb}" "\u{1f3fc}" "\u{1f3fd}" "\u{1f3fe}" "\u{1f3ff}"]