diff options
| author | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-07-19 14:12:28 -0500 |
|---|---|---|
| committer | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-07-19 14:12:28 -0500 |
| commit | 375976eb38882f42155f1f7fa2c849add8dbcf08 (patch) | |
| tree | c6c27f97d7c370352ea44d324b8ebb25c4b25373 /tests/template/template_test.php | |
| parent | 29322e85ff31d1a71a07846241dd809972323340 (diff) | |
| download | forums-375976eb38882f42155f1f7fa2c849add8dbcf08.tar forums-375976eb38882f42155f1f7fa2c849add8dbcf08.tar.gz forums-375976eb38882f42155f1f7fa2c849add8dbcf08.tar.bz2 forums-375976eb38882f42155f1f7fa2c849add8dbcf08.tar.xz forums-375976eb38882f42155f1f7fa2c849add8dbcf08.zip | |
[ticket/11707] Twig DEFINE not working as expected
PHPBB3-11707
Diffstat (limited to 'tests/template/template_test.php')
| -rw-r--r-- | tests/template/template_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/template/template_test.php b/tests/template/template_test.php index 802f0c19ba..2ed0f03698 100644 --- a/tests/template/template_test.php +++ b/tests/template/template_test.php @@ -151,7 +151,7 @@ class phpbb_template_template_test extends phpbb_template_template_test_case array(), array('loop' => array(array(), array(), array(), array(), array(), array(), array()), 'test' => array(array()), 'test.deep' => array(array()), 'test.deep.defines' => array(array())), array(), - "xyz\nabc\nabc\nbar\nbar\nabc", + "xyz\nabc\nabc\nbar\nbar\nabc\ntest!@#$%^&*()_-=+{}[]:;\",<.>/?", ), array( 'define_advanced.html', |
