aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/template/datasets/ext_trivial/ext/trivial/styles/all/template/variable_spacing.html2
-rw-r--r--tests/template/datasets/ext_trivial/styles/silver/template/variable_spacing.html2
-rw-r--r--tests/template/template_spacing_test.php4
-rw-r--r--tests/template/templates/variable_spacing.html2
4 files changed, 7 insertions, 3 deletions
diff --git a/tests/template/datasets/ext_trivial/ext/trivial/styles/all/template/variable_spacing.html b/tests/template/datasets/ext_trivial/ext/trivial/styles/all/template/variable_spacing.html
index 2909e1c136..028f8aa0d1 100644
--- a/tests/template/datasets/ext_trivial/ext/trivial/styles/all/template/variable_spacing.html
+++ b/tests/template/datasets/ext_trivial/ext/trivial/styles/all/template/variable_spacing.html
@@ -3,4 +3,4 @@
|{VARIABLE}
-<div class="{VARIABLE}">test</div> \ No newline at end of file
+<div class="{VARIABLE}">test</div>
diff --git a/tests/template/datasets/ext_trivial/styles/silver/template/variable_spacing.html b/tests/template/datasets/ext_trivial/styles/silver/template/variable_spacing.html
index c11ae9cb40..ad05e6f661 100644
--- a/tests/template/datasets/ext_trivial/styles/silver/template/variable_spacing.html
+++ b/tests/template/datasets/ext_trivial/styles/silver/template/variable_spacing.html
@@ -1 +1 @@
-<!-- EVENT variable_spacing --> \ No newline at end of file
+<!-- EVENT variable_spacing -->
diff --git a/tests/template/template_spacing_test.php b/tests/template/template_spacing_test.php
index 83f8711b38..fb4161066a 100644
--- a/tests/template/template_spacing_test.php
+++ b/tests/template/template_spacing_test.php
@@ -59,6 +59,10 @@ class phpbb_template_template_spacing_test extends phpbb_template_template_test_
*/
public function test_event($desc, $dataset, $style_names, $file, array $vars, array $block_vars, array $destroy, $expected)
{
+ $this->markTestIncomplete(
+ 'This test will fail until PHPBB3-11435 is fixed'
+ );
+
// Reset the engine state
$this->setup_engine_for_events($dataset, $style_names);
diff --git a/tests/template/templates/variable_spacing.html b/tests/template/templates/variable_spacing.html
index 2909e1c136..028f8aa0d1 100644
--- a/tests/template/templates/variable_spacing.html
+++ b/tests/template/templates/variable_spacing.html
@@ -3,4 +3,4 @@
|{VARIABLE}
-<div class="{VARIABLE}">test</div> \ No newline at end of file
+<div class="{VARIABLE}">test</div>