mathiasbynens / emoji-regex

A regular expression to match all Emoji-only symbols as per the Unicode Standard.
https://mths.be/emoji-regex
MIT License
1.73k stars 174 forks source link

Add a test for the regex format #25

Closed ticky closed 7 years ago

ticky commented 7 years ago

This spec ensures the regex output is consistent with what we're expecting.

see also: #24

ticky commented 7 years ago

Requests implemented in b7d0a19!