mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-21 00:02:18 +02:00
[ticket/16074] Fix Twemoji URL for ZWJ sequences
PHPBB3-16074
This commit is contained in:
parent
0d4cd552fe
commit
a563b616e0
10
phpBB/composer.lock
generated
10
phpBB/composer.lock
generated
@ -661,16 +661,16 @@
|
||||
},
|
||||
{
|
||||
"name": "s9e/text-formatter",
|
||||
"version": "1.4.4",
|
||||
"version": "1.4.5",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/s9e/TextFormatter.git",
|
||||
"reference": "504d538593350150e50c9de0a48418bb0a48e540"
|
||||
"reference": "6857c53658929b66dc0d92daece17f211c64ea61"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/s9e/TextFormatter/zipball/504d538593350150e50c9de0a48418bb0a48e540",
|
||||
"reference": "504d538593350150e50c9de0a48418bb0a48e540",
|
||||
"url": "https://api.github.com/repos/s9e/TextFormatter/zipball/6857c53658929b66dc0d92daece17f211c64ea61",
|
||||
"reference": "6857c53658929b66dc0d92daece17f211c64ea61",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -723,7 +723,7 @@
|
||||
"parser",
|
||||
"shortcodes"
|
||||
],
|
||||
"time": "2019-05-15T00:08:12+00:00"
|
||||
"time": "2019-06-04T15:47:55+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/config",
|
||||
|
1
tests/text_processing/tickets_data/PHPBB3-16074.html
Normal file
1
tests/text_processing/tickets_data/PHPBB3-16074.html
Normal file
@ -0,0 +1 @@
|
||||
<img alt=":man_judge:" class="emoji smilies" draggable="false" src="//twemoji.maxcdn.com/2/svg/1f468-200d-2696-fe0f.svg"> <img alt="👨⚖️" class="emoji smilies" draggable="false" src="//twemoji.maxcdn.com/2/svg/1f468-200d-2696-fe0f.svg">
|
1
tests/text_processing/tickets_data/PHPBB3-16074.txt
Normal file
1
tests/text_processing/tickets_data/PHPBB3-16074.txt
Normal file
@ -0,0 +1 @@
|
||||
:man_judge: 👨⚖️
|
Loading…
x
Reference in New Issue
Block a user