-
Notifications
You must be signed in to change notification settings - Fork 11
Description
I tried to use the gem on Jruby 9.0.5.0, but got the following error as soon as I require
d it:
RegexpError: (RegexpError) invalid pattern in look-behind: /(?<=(?-mix:[â�¼â��â�£â�¢â�¹â��-â��â�©-â�ªâ��-â��â�©-â�¬â�°â�³â��â�ª-â�«â�¶â��â�»-â�¾â��-â��â��â��â��-â��â��â�ºâ��-â��â� â�£â�¥-â�¦â�¨â�»â�¿â��â� -â�¡â�ª-â�«â�½-â�¾â��-â��â��â��â�ªâ�²-â�³â�µâ�ºâ�½â��â��â��-â��â��â��â��â��â�¨â�³-â�´â��â��â��â��-â��â��â�¤â��-â��â�¡â�°â¤´-⤵â¬�-â¬�â¬�-â¬�â�â�ã�°ã�½ã��ã��ð���ð���ð��°-ð��±ð��¾-ð��¿ð���ð���-ð���ð��§-ð��¬ð��®-ð��°ð��³ð��µð��·-ð��ºð���-ð���ð���ð��¯ð��²-ð��ºð���-ð���ð���-ð�� ð��°-ð��µð��·-ð��¼ð���-ð���ð�� -ð���ð���-ð���ð�� -ð��°ð���-ð��¾ð���ð���-ð��·ð��¹-ð��¼ð���-ð���ð���-ð��½ð���-ð��§ð��»-ð���ð���-ð���ð���-ð���ð�¤�ð���]))(?=\S)/ from /Users/*****/.rbenv/versions/jruby-9.0.5.0/lib/ruby/gems/shared/gems/pragmatic_tokenizer-3.0.4/lib/pragmatic_tokenizer/languages/common.rb:14:in
module:Common'`
Looks like it has something to do with EMOJI_REGEX. BTW, there's no error when using the latest MRI.