diff options
author | Xan Lopez <xan@igalia.com> | 2012-08-08 02:32:48 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-08-08 02:32:48 +0800 |
commit | 9aa2374013f74fc1a33b3c7d99e74905adbabe1e (patch) | |
tree | 65a5b1942469deaf40ebd9d7b9423bd2f6597878 /tests | |
parent | 8d01e1f1e0ba7c73a4a8c5c15918efb1bb05c464 (diff) | |
download | gsoc2013-epiphany-9aa2374013f74fc1a33b3c7d99e74905adbabe1e.tar.gz gsoc2013-epiphany-9aa2374013f74fc1a33b3c7d99e74905adbabe1e.tar.zst gsoc2013-epiphany-9aa2374013f74fc1a33b3c7d99e74905adbabe1e.zip |
tests: a couple more 'normalize or autosearch' tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ephy-web-view-test.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/ephy-web-view-test.c b/tests/ephy-web-view-test.c index f2cedb51d..815dd629d 100644 --- a/tests/ephy-web-view-test.c +++ b/tests/ephy-web-view-test.c @@ -288,7 +288,9 @@ static struct { { "127.0.0.1", "http://127.0.0.1" }, { "http://127.0.0.1", "http://127.0.0.1" }, { "totalgarbage0xdeadbeef", "http://www.google.com/search?q=totalgarbage0xdeadbeef&ie=UTF-8&oe=UTF-8" }, - { "planet.gnome.org", "http://planet.gnome.org" } + { "planet.gnome.org", "http://planet.gnome.org" }, + { "search separated words please", "http://www.google.com/search?q=search+separated+words+please&ie=UTF-8&oe=UTF-8" }, + { "\"a quoted string should be searched\"", "http://www.google.com/search?q=%22a+quoted+string+should+be+searched%22&ie=UTF-8&oe=UTF-8" } }; static void |