If you create two routes of which the paths are identical, except that the last fragment of one route is a fixed string, and of the other route it is a slug, one of them always takes precedence.
/foo/bar
/foo/{baz}
The route with the slug always takes precedence. The attached patch, made by dawehner, demonstrates the failure.
Attachment | Size | Status | Test result | Operations |
---|---|---|---|---|
drupal_sad_slug.patch | 1 KB | Idle | FAILED: [[SimpleTest]]: [MySQL] Setup environment: Test cancelled by admin prior to completion. | View details | Re-test |