Add more patterns to gvc paths
This commit is contained in:
parent
1cbba0a101
commit
a706b48f14
2 changed files with 3 additions and 2 deletions
|
@ -390,3 +390,4 @@
|
||||||
1400599972,13982492.37
|
1400599972,13982492.37
|
||||||
1400600045,13977543.80
|
1400600045,13977543.80
|
||||||
1400600057,13901438.41
|
1400600057,13901438.41
|
||||||
|
1400600326,14049707.03
|
||||||
|
|
|
|
@ -46,11 +46,11 @@ START_TEST (test_gvc_render_file)
|
||||||
r3_tree_insert_path(n, "/foo/bar/grault", NULL);
|
r3_tree_insert_path(n, "/foo/bar/grault", NULL);
|
||||||
r3_tree_insert_path(n, "/garply/grault/foo", NULL);
|
r3_tree_insert_path(n, "/garply/grault/foo", NULL);
|
||||||
r3_tree_insert_path(n, "/garply/grault/bar", NULL);
|
r3_tree_insert_path(n, "/garply/grault/bar", NULL);
|
||||||
|
r3_tree_insert_path(n, "/user/{id}", NULL);
|
||||||
|
r3_tree_insert_path(n, "/post/{title:\\w+}", NULL);
|
||||||
|
|
||||||
r3_tree_compile(n);
|
r3_tree_compile(n);
|
||||||
|
|
||||||
r3_tree_render_file(n, "png", "check_gvc.png");
|
r3_tree_render_file(n, "png", "check_gvc.png");
|
||||||
|
|
||||||
r3_tree_free(n);
|
r3_tree_free(n);
|
||||||
}
|
}
|
||||||
END_TEST
|
END_TEST
|
||||||
|
|
Loading…
Reference in a new issue