aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-08-25 18:28:08 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-08-25 18:28:08 +0200
commit79be901cea18960bbcb8571f4e2c0d982d3ca015 (patch)
tree9438a09ca35aed1253147e3096021abbca67e27d /tests
parent26215517dd04434333bddbc06b9ae92a845fb494 (diff)
parentf75577e5f858e43e202010f6889bd55096f75ea3 (diff)
downloadforums-79be901cea18960bbcb8571f4e2c0d982d3ca015.tar
forums-79be901cea18960bbcb8571f4e2c0d982d3ca015.tar.gz
forums-79be901cea18960bbcb8571f4e2c0d982d3ca015.tar.bz2
forums-79be901cea18960bbcb8571f4e2c0d982d3ca015.tar.xz
forums-79be901cea18960bbcb8571f4e2c0d982d3ca015.zip
Merge pull request #51 from phpbb/ticket/security/243
[ticket/security/243] Limit size BBCode to int
Diffstat (limited to 'tests')
-rw-r--r--tests/text_formatter/s9e/default_formatting_test.php2
-rw-r--r--tests/text_processing/tickets_data/PHPBB3-13921.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/text_formatter/s9e/default_formatting_test.php b/tests/text_formatter/s9e/default_formatting_test.php
index a35c9138a5..1aa4f0bc3a 100644
--- a/tests/text_formatter/s9e/default_formatting_test.php
+++ b/tests/text_formatter/s9e/default_formatting_test.php
@@ -70,7 +70,7 @@ class phpbb_textformatter_s9e_default_formatting_test extends phpbb_test_case
),
array(
'[size=75]smaller[/size]',
- '<span style="font-size:75%;line-height:normal">smaller</span>'
+ '<span style="font-size: 75%; line-height: normal">smaller</span>'
),
array(
'[quote]quoted[/quote]',
diff --git a/tests/text_processing/tickets_data/PHPBB3-13921.html b/tests/text_processing/tickets_data/PHPBB3-13921.html
index 690668ef28..6a9dc7f504 100644
--- a/tests/text_processing/tickets_data/PHPBB3-13921.html
+++ b/tests/text_processing/tickets_data/PHPBB3-13921.html
@@ -1 +1 @@
-<span style="font-size:200%;line-height:normal"></span><div style="text-align:center"><span style="font-size:200%;line-height:normal">xxx</span></div> \ No newline at end of file
+<span style="font-size: 200%; line-height: normal"></span><div style="text-align:center"><span style="font-size: 200%; line-height: normal">xxx</span></div> \ No newline at end of file