mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 12:03:21 +01:00
Start adding unit tests for bugs you fix! Tests for anything are welcome really. We have to work on these a lot.
9 lines
138 B
HTML
9 lines
138 B
HTML
<!-- DEFINE $VALUE = 'xyz' -->
|
|
{$VALUE}
|
|
<!-- DEFINE $VALUE = 'abc' -->
|
|
{$VALUE}
|
|
<!-- UNDEFINE $VALUE -->
|
|
{$VALUE}
|
|
<!-- DEFINE $VALUE -->
|
|
|