diff options
| author | Matt Friedman <maf675@gmail.com> | 2015-01-29 01:41:52 -0800 | 
|---|---|---|
| committer | Matt Friedman <maf675@gmail.com> | 2015-01-29 01:41:52 -0800 | 
| commit | 26713063045117b2221ad9373d09267dcae8637f (patch) | |
| tree | 7c997a7d92bbbc638b82d7046897e091f4782c13 | |
| parent | a62adfc1157d6b071f013f9a5f34ccc86ea39220 (diff) | |
| download | forums-26713063045117b2221ad9373d09267dcae8637f.tar forums-26713063045117b2221ad9373d09267dcae8637f.tar.gz forums-26713063045117b2221ad9373d09267dcae8637f.tar.bz2 forums-26713063045117b2221ad9373d09267dcae8637f.tar.xz forums-26713063045117b2221ad9373d09267dcae8637f.zip  | |
[ticket/10388] Update tests
PHPBB3-10388
| -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 0bbfe3848d..bb6b7300cb 100644 --- a/tests/template/template_test.php +++ b/tests/template/template_test.php @@ -286,7 +286,7 @@ class phpbb_template_template_test extends phpbb_template_template_test_case  				array(),  				array(),  				array(), -				"Value'\n1 O'Clock\nValue\'\n1 O\'Clock", +				"Value'\n1 O'Clock\nValue\\x27\n1\\x20O\\x27Clock",  				array('VARIABLE' => "Value'", '1_VARIABLE' => "1 O'Clock"),  			),  			array(  | 
