diff options
author | Chris Smith <toonarmy@phpbb.com> | 2011-09-24 20:48:37 +0100 |
---|---|---|
committer | Chris Smith <toonarmy@phpbb.com> | 2011-09-24 20:48:37 +0100 |
commit | fbb5c641b8163861bcb68b87fc08f0481ee54fac (patch) | |
tree | 7555f462191968c1eb89a7517abe0655ef3102de /tests/template/templates | |
parent | fab0ec64b383c672e91db8524a225671795d4805 (diff) | |
download | forums-fbb5c641b8163861bcb68b87fc08f0481ee54fac.tar forums-fbb5c641b8163861bcb68b87fc08f0481ee54fac.tar.gz forums-fbb5c641b8163861bcb68b87fc08f0481ee54fac.tar.bz2 forums-fbb5c641b8163861bcb68b87fc08f0481ee54fac.tar.xz forums-fbb5c641b8163861bcb68b87fc08f0481ee54fac.zip |
[ticket/10384] Update unit tests to test for failing variable.
PHPBB3-10384
Diffstat (limited to 'tests/template/templates')
-rw-r--r-- | tests/template/templates/lang.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/template/templates/lang.html b/tests/template/templates/lang.html index 2b5ea1cafe..3eecc298cb 100644 --- a/tests/template/templates/lang.html +++ b/tests/template/templates/lang.html @@ -1,3 +1,5 @@ {L_VARIABLE} +{L_1_VARIABLE} {LA_VARIABLE} +{LA_1_VARIABLE} |