1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-02 04:24:56 +02:00

[ticket/12781] Add tests

PHPBB3-12781
This commit is contained in:
Tristan Darricau 2014-06-27 16:41:21 +02:00
parent 6d40b87661
commit 7ef983b426
2 changed files with 8 additions and 0 deletions

View File

@ -352,6 +352,13 @@ class phpbb_template_template_test extends phpbb_template_template_test_case
array(),
"13FOOBAR|foobar",
),
array(
'if_nested_tags.html',
array('S_VALUE' => true,),
array(),
array(),
'inner_value',
),
);
}

View File

@ -0,0 +1 @@
<!-- IF S_VALUE --><!-- DEFINE $INNER_VALUE = 'inner_value' --><!-- ENDIF -->{$INNER_VALUE}