Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2013-04-05 08:18:12 +0400
committermattab <matthieu.aubry@gmail.com>2013-04-05 08:18:12 +0400
commit5295e9a823c1b1f87eedab97d4c7d9c060735e0c (patch)
treef28dff072a739dbf5f437e987022c54d24fa6840 /tests
parent2724318b652ea97b380de6b11a0c227a4d1f4c2e (diff)
fixes #1267 - thanks for the report
Diffstat (limited to 'tests')
-rw-r--r--tests/PHPUnit/Core/CommonTest.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/PHPUnit/Core/CommonTest.php b/tests/PHPUnit/Core/CommonTest.php
index ca117c6fae..02f3ce3066 100644
--- a/tests/PHPUnit/Core/CommonTest.php
+++ b/tests/PHPUnit/Core/CommonTest.php
@@ -623,6 +623,10 @@ class Core_CommonTest extends PHPUnit_Framework_TestCase
array('http://www.baidu.com/s?wd=%C1%F7%D0%D0%C3%C0%D3%EF%CF%C2%D4%D8',
array('name' => 'Baidu', 'keywords' => '流行美语下载')),
+ // Sogou
+ array('http://www.sogou.com/web?query=%C6%F3%D2%B5%CD%C6%B9%E3&_asf=www.sogou.com&_ast=1365135191&w=01019900&p=40040100&sut=559&sst0=1365135191315',
+ array('name' => 'Sogou', 'keywords' => '企业推广')),
+
// baidu utf-8
array('http://www.baidu.com/s?ch=14&ie=utf-8&wd=%E4%BA%8C%E5%BA%A6%E5%AE%AB%E9%A2%88%E7%B3%9C%E7%83%82%E8%83%BD%E6%B2%BB%E5%A5%BD%E5%90%97%3F&searchRadio=on',
array('name' => 'Baidu', 'keywords' => '二度宫颈糜烂能治好吗?')),