aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2017-01-22 23:02:43 +0100
committerMarc Alexander <admin@m-a-styles.de>2017-01-22 23:02:43 +0100
commit577bd9efb96bfcacd8e6e6825e7a006af9bd71ef (patch)
tree37624f83f22ede90b569870f3d88a2db4063232a
parent62bbe167b19fb5872f4f3af4bd41dc3ab660b38e (diff)
parent9aa8dc26b7a389f2c1d9622f8d3ef564b0abcbcd (diff)
downloadforums-577bd9efb96bfcacd8e6e6825e7a006af9bd71ef.tar
forums-577bd9efb96bfcacd8e6e6825e7a006af9bd71ef.tar.gz
forums-577bd9efb96bfcacd8e6e6825e7a006af9bd71ef.tar.bz2
forums-577bd9efb96bfcacd8e6e6825e7a006af9bd71ef.tar.xz
forums-577bd9efb96bfcacd8e6e6825e7a006af9bd71ef.zip
Merge pull request #4666 from JoshyPHP/ticket/14790
[ticket/14790] Added test case
-rw-r--r--tests/text_processing/tickets_data/PHPBB3-14790.html4
-rw-r--r--tests/text_processing/tickets_data/PHPBB3-14790.txt4
2 files changed, 8 insertions, 0 deletions
diff --git a/tests/text_processing/tickets_data/PHPBB3-14790.html b/tests/text_processing/tickets_data/PHPBB3-14790.html
new file mode 100644
index 0000000000..7624b2d36c
--- /dev/null
+++ b/tests/text_processing/tickets_data/PHPBB3-14790.html
@@ -0,0 +1,4 @@
+<span style="color: #0000FF"></span><ul><li><span style="color: #0000FF">text</span></li>
+<li><span style="color: #0000FF">text</span></li>
+<li><span style="color: #0000FF">text</span></li>
+<li><span style="color: #0000FF">text</span></li></ul> \ No newline at end of file
diff --git a/tests/text_processing/tickets_data/PHPBB3-14790.txt b/tests/text_processing/tickets_data/PHPBB3-14790.txt
new file mode 100644
index 0000000000..1cd83d97d8
--- /dev/null
+++ b/tests/text_processing/tickets_data/PHPBB3-14790.txt
@@ -0,0 +1,4 @@
+[color=#0000FF][list][*]text
+[*]text
+[*]text
+[*]text[/list][/color] \ No newline at end of file