mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-09 04:48:53 +00:00
Per suggestion of nickvergessen, I added newlines in the DEFINE variables with underscores test. Now if the test fails, it's easier to spot which part is failing. Also added a test for DEFINE variables containing numbers. PHPBB3-11843
8 lines
222 B
HTML
8 lines
222 B
HTML
<!-- DEFINE $DEF = '{VARIABLE}' -->
|
|
<!-- INCLUDE {$DEF} -->
|
|
|
|
<!-- DEFINE $DEF_WITH_UNDERSCORES = '{VARIABLE}' -->
|
|
<!-- INCLUDE {$DEF_WITH_UNDERSCORES} -->
|
|
|
|
<!-- DEFINE $DEF123 = '{VARIABLE}' -->
|
|
<!-- INCLUDE {$DEF123} -->
|