From 329e5c5e052588b0f22c9046b9fbc19c9e551c81 Mon Sep 17 00:00:00 2001 From: JoshyPHP Date: Mon, 3 Jul 2017 16:06:50 +0200 Subject: [ticket/15261] Fix censoring HTML tags PHPBB3-15261 --- tests/text_processing/tickets_data/PHPBB3-15261.html | 1 + tests/text_processing/tickets_data/PHPBB3-15261.txt | 1 + tests/text_processing/tickets_data/PHPBB3-15261.xml | 14 ++++++++++++++ 3 files changed, 16 insertions(+) create mode 100644 tests/text_processing/tickets_data/PHPBB3-15261.html create mode 100644 tests/text_processing/tickets_data/PHPBB3-15261.txt create mode 100644 tests/text_processing/tickets_data/PHPBB3-15261.xml (limited to 'tests/text_processing/tickets_data') diff --git a/tests/text_processing/tickets_data/PHPBB3-15261.html b/tests/text_processing/tickets_data/PHPBB3-15261.html new file mode 100644 index 0000000000..b563052b47 --- /dev/null +++ b/tests/text_processing/tickets_data/PHPBB3-15261.html @@ -0,0 +1 @@ +foo **** baz \ No newline at end of file diff --git a/tests/text_processing/tickets_data/PHPBB3-15261.txt b/tests/text_processing/tickets_data/PHPBB3-15261.txt new file mode 100644 index 0000000000..a8c4a05c10 --- /dev/null +++ b/tests/text_processing/tickets_data/PHPBB3-15261.txt @@ -0,0 +1 @@ +foo baz \ No newline at end of file diff --git a/tests/text_processing/tickets_data/PHPBB3-15261.xml b/tests/text_processing/tickets_data/PHPBB3-15261.xml new file mode 100644 index 0000000000..c0d0f395a1 --- /dev/null +++ b/tests/text_processing/tickets_data/PHPBB3-15261.xml @@ -0,0 +1,14 @@ + + + + word_id + word + replacement + + + 1 + <*> + **** + +
+
-- cgit v1.2.1