diff options
author | JoshyPHP <s9e.dev@gmail.com> | 2017-01-22 19:19:12 +0100 |
---|---|---|
committer | JoshyPHP <s9e.dev@gmail.com> | 2017-01-22 19:19:12 +0100 |
commit | 9aa8dc26b7a389f2c1d9622f8d3ef564b0abcbcd (patch) | |
tree | 37624f83f22ede90b569870f3d88a2db4063232a /tests/text_processing | |
parent | f53f6d1c61f862ed4b9d17ac1f39896bb2bde0d8 (diff) | |
download | forums-9aa8dc26b7a389f2c1d9622f8d3ef564b0abcbcd.tar forums-9aa8dc26b7a389f2c1d9622f8d3ef564b0abcbcd.tar.gz forums-9aa8dc26b7a389f2c1d9622f8d3ef564b0abcbcd.tar.bz2 forums-9aa8dc26b7a389f2c1d9622f8d3ef564b0abcbcd.tar.xz forums-9aa8dc26b7a389f2c1d9622f8d3ef564b0abcbcd.zip |
[ticket/14790] Added test case
PHPBB3-14790
Diffstat (limited to 'tests/text_processing')
-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 |