Page MenuHomePhabricator
Paste P8464

detect-template-ambiguity sample
ActivePublic

Authored by tstarling on May 1 2019, 2:11 AM.
Tags
None
Referenced Files
F28878612: raw.txt
May 1 2019, 2:11 AM
Subscribers
None
/foo
/bar
/*
Found conflict in template /* with existing template /bar/
/baz
/*/foo
/*/bar
/foo/bar
Found conflict in template /foo/bar with existing template /*/bar/
/foo/baz
/foo/*
Found conflict in template /foo/* with existing template /foo/baz/
/a/*
Found conflict in template /a/* with existing template /*/bar/
Compiled route list:
/foo/
/bar/
/baz/
/*/foo/
/*/bar/
/foo/baz/