diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2016-07-14 20:18:24 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2016-07-14 20:18:24 +0200 |
| commit | ebdef04f5d751227c7e6ec4bae26bdf694409551 (patch) | |
| tree | 71c7e67c618f6f68b93ff53cb020daff557041e9 /tests/text_processing | |
| parent | d47a22dda0c94c34bd3673c838ec7606fb6dbeee (diff) | |
| parent | 24da2db987c895c474b1d0a59344a7094133f278 (diff) | |
| download | forums-ebdef04f5d751227c7e6ec4bae26bdf694409551.tar forums-ebdef04f5d751227c7e6ec4bae26bdf694409551.tar.gz forums-ebdef04f5d751227c7e6ec4bae26bdf694409551.tar.bz2 forums-ebdef04f5d751227c7e6ec4bae26bdf694409551.tar.xz forums-ebdef04f5d751227c7e6ec4bae26bdf694409551.zip | |
Merge pull request #4380 from JoshyPHP/ticket/14706
[ticket/14706] Updated [list] BBCode to automatically create a list item
Diffstat (limited to 'tests/text_processing')
| -rw-r--r-- | tests/text_processing/tickets_data/PHPBB3-14706.html | 1 | ||||
| -rw-r--r-- | tests/text_processing/tickets_data/PHPBB3-14706.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/text_processing/tickets_data/PHPBB3-14706.html b/tests/text_processing/tickets_data/PHPBB3-14706.html new file mode 100644 index 0000000000..b8f74c9e93 --- /dev/null +++ b/tests/text_processing/tickets_data/PHPBB3-14706.html @@ -0,0 +1 @@ +<ul><li><ol style="list-style-type: lower-alpha"><li>a</li><li>b</li><li>c</li><li>d</li><li>e</li></ol></li><li>outer</li></ul>
\ No newline at end of file diff --git a/tests/text_processing/tickets_data/PHPBB3-14706.txt b/tests/text_processing/tickets_data/PHPBB3-14706.txt new file mode 100644 index 0000000000..8ec2e9cd35 --- /dev/null +++ b/tests/text_processing/tickets_data/PHPBB3-14706.txt @@ -0,0 +1 @@ +[list][list=a][*]a[*]b[*]c[*]d[*]e[/list][*]outer[/list]
\ No newline at end of file |
