mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 04:04:12 +02:00
[ticket/16856] Add tests for lang_js() function
PHPBB3-16856
This commit is contained in:
5
tests/template/templates/lang_twig.html
Normal file
5
tests/template/templates/lang_twig.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{{ lang('VARIABLE') }}
|
||||
{{ lang('1_VARIABLE') }}
|
||||
|
||||
{{ lang_js('VARIABLE') }}
|
||||
{{ lang_js('1_VARIABLE') }}
|
Reference in New Issue
Block a user