aboutsummaryrefslogtreecommitdiffstats
path: root/tests/text_formatter
diff options
context:
space:
mode:
authorJoshyPHP <s9e.dev@gmail.com>2015-02-20 06:03:05 +0100
committerJoshyPHP <s9e.dev@gmail.com>2015-04-02 19:16:02 +0200
commit3e5ee87b15c70fbfc246b6d8f6d18a186d11d83a (patch)
tree17093c45ebbbd3478db469d756c74e2cf56c7ca1 /tests/text_formatter
parent93c53ed52da7ec2e26bf97b3cc5bba1f1ca403bb (diff)
downloadforums-3e5ee87b15c70fbfc246b6d8f6d18a186d11d83a.tar
forums-3e5ee87b15c70fbfc246b6d8f6d18a186d11d83a.tar.gz
forums-3e5ee87b15c70fbfc246b6d8f6d18a186d11d83a.tar.bz2
forums-3e5ee87b15c70fbfc246b6d8f6d18a186d11d83a.tar.xz
forums-3e5ee87b15c70fbfc246b6d8f6d18a186d11d83a.zip
[ticket/11768] Allowed text in places where text is not valid HTML
PHPBB3-11768
Diffstat (limited to 'tests/text_formatter')
-rw-r--r--tests/text_formatter/s9e/default_formatting_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/text_formatter/s9e/default_formatting_test.php b/tests/text_formatter/s9e/default_formatting_test.php
index b28c8b157e..94d46a58b7 100644
--- a/tests/text_formatter/s9e/default_formatting_test.php
+++ b/tests/text_formatter/s9e/default_formatting_test.php
@@ -68,7 +68,7 @@ class phpbb_textformatter_s9e_default_formatting_test extends phpbb_test_case
),
array(
'[list]no item[/list]',
- '<ul></ul>'
+ '<ul>no item</ul>'
),
array(
'[*]unparsed',