diff options
author | Marc Alexander <admin@m-a-styles.de> | 2018-09-09 12:00:28 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2018-09-09 12:00:28 +0100 |
commit | 2c9d49bf09ad6f429ff83736b10fe467d65aa88f (patch) | |
tree | ba14ba066816fd04f64d7dce7277b855bffaa92f /tests | |
parent | bd90a5358969e2bb82df34727ed8f6575781e5d2 (diff) | |
parent | ab17c854cdf1a70b262faff434e32ebcd0483118 (diff) | |
download | forums-2c9d49bf09ad6f429ff83736b10fe467d65aa88f.tar forums-2c9d49bf09ad6f429ff83736b10fe467d65aa88f.tar.gz forums-2c9d49bf09ad6f429ff83736b10fe467d65aa88f.tar.bz2 forums-2c9d49bf09ad6f429ff83736b10fe467d65aa88f.tar.xz forums-2c9d49bf09ad6f429ff83736b10fe467d65aa88f.zip |
Merge branch 'prep-release-3.2.3' into 3.2.x
Diffstat (limited to 'tests')
-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 0f761abc76..727f35e9d2 100644 --- a/tests/template/template_test.php +++ b/tests/template/template_test.php @@ -364,7 +364,7 @@ class phpbb_template_template_test extends phpbb_template_template_test_case array(), array(), array(), - "Value'\n1 O'Clock\nValue\\x27\n1\\x20O\\x27Clock", + "Value'\n1 O'Clock\nValue\\u0027\n1\\u0020O\\u0027Clock", array('VARIABLE' => "Value'", '1_VARIABLE' => "1 O'Clock"), ), array( |