From 37f37f06662d8098f82096ce46da3becab1992dc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 19 Sep 2011 04:27:20 +0000 Subject: Add test case to hit no match in the middle of a label git-svn-id: http://svn.drobilla.net/zix/trunk@22 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 --- test/patree_test.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/patree_test.c b/test/patree_test.c index b1f94fe..73a51ed 100644 --- a/test/patree_test.c +++ b/test/patree_test.c @@ -83,7 +83,8 @@ main(int argc, char** argv) const char* not_indexed[] = { "ftp://example.org/not-there-at-all", "http://example.org/foobar", - "http://" + "http://", + "http://otherdomain.com" }; const size_t n_not_indexed = sizeof(not_indexed) / sizeof(char*); for (size_t i = 0; i < n_not_indexed; ++i) { -- cgit v1.2.1