another test path
This commit is contained in:
parent
aace74f7a5
commit
f5221fd5c9
1 changed files with 3 additions and 0 deletions
|
@ -162,6 +162,9 @@ START_TEST (test_pcre_patterns_insert)
|
||||||
matched = r3_tree_match(n, "/post/kkkfoo", NULL);
|
matched = r3_tree_match(n, "/post/kkkfoo", NULL);
|
||||||
ck_assert(!matched);
|
ck_assert(!matched);
|
||||||
|
|
||||||
|
matched = r3_tree_match(n, "/post/kkkbar", NULL);
|
||||||
|
ck_assert(!matched);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
matched = r3_tree_matchl(n, "/post/111-222", strlen("/post/111-222"), NULL);
|
matched = r3_tree_matchl(n, "/post/111-222", strlen("/post/111-222"), NULL);
|
||||||
|
|
Loading…
Reference in a new issue