aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ephy-web-view-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ephy-web-view-test.c')
-rw-r--r--tests/ephy-web-view-test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/ephy-web-view-test.c b/tests/ephy-web-view-test.c
index 1c1e1d878..139a8113e 100644
--- a/tests/ephy-web-view-test.c
+++ b/tests/ephy-web-view-test.c
@@ -286,7 +286,8 @@ static struct {
{ "http://google.com/this/is/a/path", "http://google.com/this/is/a/path" },
{ "search", "http://duckduckgo.com/?q=search&t=epiphany" },
{ "search.me", "http://search.me" },
- { "lala.lala", "http://duckduckgo.com/?q=lala%2Elala&t=epiphany" },
+ { "lala.lala", "http://duckduckgo.com/?q=lala.lala&t=epiphany" },
+ { "lala/lala", "http://duckduckgo.com/?q=lala%2Flala&t=epiphany" },
{ "127.0.0.1", "http://127.0.0.1" },
{ "http://127.0.0.1", "http://127.0.0.1" },
{ "totalgarbage0xdeadbeef", "http://duckduckgo.com/?q=totalgarbage0xdeadbeef&t=epiphany" },