From d088d7aa20c7caa85b865925699e94d7ecd8f3e8 Mon Sep 17 00:00:00 2001 From: Paul Tarjan Date: Sat, 18 May 2013 00:12:58 -0700 Subject: [PATCH] use chinese as the test locale ubunut 12.04 only ships with english and chinese, so I think we should work with those. --- hphp/test/slow/locale/176.php | 18 ++++++++- hphp/test/slow/locale/176.php.expect | 58 ++++++++++++++++------------ 2 files changed, 51 insertions(+), 25 deletions(-) diff --git a/hphp/test/slow/locale/176.php b/hphp/test/slow/locale/176.php index 41ecc041b..5c8e7ab58 100644 --- a/hphp/test/slow/locale/176.php +++ b/hphp/test/slow/locale/176.php @@ -1,3 +1,19 @@ a bc - [2] => d ef - [1] => Á bc -) -Array -( - [0] => a bc - [2] => d ef - [1] => Á bc -) -Array -( - [0] => a bc - [2] => d ef - [1] => Á bc -) -Array -( - [0] => a bc - [1] => Á bc - [2] => d ef -) +array(3) { + [1]=> + string(3) "比" + [2]=> + string(3) "西" + [0]=> + string(3) "诶" +} +array(3) { + [1]=> + string(3) "比" + [2]=> + string(3) "西" + [0]=> + string(3) "诶" +} +string(10) "zh_CN.utf8" +array(3) { + [1]=> + string(3) "比" + [2]=> + string(3) "西" + [0]=> + string(3) "诶" +} +string(10) "zh_CN.utf8" +array(3) { + [0]=> + string(3) "诶" + [1]=> + string(3) "比" + [2]=> + string(3) "西" +}