From 837dc9b3a737e68d12eef033572894a81a2c0de7 Mon Sep 17 00:00:00 2001 From: JoshyPHP Date: Wed, 6 Sep 2017 03:35:26 +0200 Subject: [ticket/15348] Ignore smilies that are immediately followed by a word PHPBB3-15348 --- .../text_processing/tickets_data/PHPBB3-15348.html | 1 + .../text_processing/tickets_data/PHPBB3-15348.txt | 1 + .../text_processing/tickets_data/PHPBB3-15348.xml | 33 ++++++++++++++++++++++ 3 files changed, 35 insertions(+) create mode 100644 tests/text_processing/tickets_data/PHPBB3-15348.html create mode 100644 tests/text_processing/tickets_data/PHPBB3-15348.txt create mode 100644 tests/text_processing/tickets_data/PHPBB3-15348.xml (limited to 'tests/text_processing') diff --git a/tests/text_processing/tickets_data/PHPBB3-15348.html b/tests/text_processing/tickets_data/PHPBB3-15348.html new file mode 100644 index 0000000000..e65925ec28 --- /dev/null +++ b/tests/text_processing/tickets_data/PHPBB3-15348.html @@ -0,0 +1 @@ +:o k: :ok: \ No newline at end of file diff --git a/tests/text_processing/tickets_data/PHPBB3-15348.txt b/tests/text_processing/tickets_data/PHPBB3-15348.txt new file mode 100644 index 0000000000..d6b971702c --- /dev/null +++ b/tests/text_processing/tickets_data/PHPBB3-15348.txt @@ -0,0 +1 @@ +:o k: :ok: \ No newline at end of file diff --git a/tests/text_processing/tickets_data/PHPBB3-15348.xml b/tests/text_processing/tickets_data/PHPBB3-15348.xml new file mode 100644 index 0000000000..0c88c8824f --- /dev/null +++ b/tests/text_processing/tickets_data/PHPBB3-15348.xml @@ -0,0 +1,33 @@ + + + + smiley_id + code + emotion + smiley_url + smiley_width + smiley_height + smiley_order + display_on_posting + + 13 + :o + First half of :ok: + icon_e_surprised.gif + 15 + 17 + 14 + 1 + + + 99 + k: + Second half of :ok: + icon_lol.gif + 15 + 17 + 22 + 1 + +
+
-- cgit v1.2.1