mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-18 22:41:28 +02:00
[ticket/11482] Unit tests for advanced DEFINE
Unit tests for advanced DEFINE and ENDDEFINE PHPBB3-11482
This commit is contained in:
11
tests/template/templates/define_include2.html
Normal file
11
tests/template/templates/define_include2.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!-- DEFINE $INCLUDED_VALUE1 -->
|
||||
zxc
|
||||
<!-- ENDDEFINE -->
|
||||
<!-- DEFINE $INCLUDED_VALUE2 -->
|
||||
qwe
|
||||
<!-- ENDDEFINE -->
|
||||
{$INCLUDED_VALUE1}
|
||||
<!-- DEFINE $INCLUDED_VALUE3 -->
|
||||
{$VALUE2}
|
||||
{$VALUE1}
|
||||
<!-- ENDDEFINE -->
|
Reference in New Issue
Block a user