From 23ded8295d25dca40c615f5653ebe0b8c42889b4 Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Tue, 15 Oct 2013 15:53:15 +0300 Subject: test-ephy-web-view: fix test cases for autosearch The dot doesn't need to be escaped. Add an extra test case for a string that needs escaping. --- tests/ephy-web-view-test.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" }, -- cgit v1.2.3