diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-01-22 23:02:43 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-01-22 23:02:43 +0100 |
commit | 577bd9efb96bfcacd8e6e6825e7a006af9bd71ef (patch) | |
tree | 37624f83f22ede90b569870f3d88a2db4063232a | |
parent | 62bbe167b19fb5872f4f3af4bd41dc3ab660b38e (diff) | |
parent | 9aa8dc26b7a389f2c1d9622f8d3ef564b0abcbcd (diff) | |
download | forums-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.html | 4 | ||||
-rw-r--r-- | tests/text_processing/tickets_data/PHPBB3-14790.txt | 4 |
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 |