We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fc4070 commit a23645aCopy full SHA for a23645a
api/tests/test-router.js
@@ -227,7 +227,7 @@ o.spec("route", function() {
227
228
o("remove trailing slash to match route if it is before rest operator match (...) ", function() {
229
$window.location.href = prefix + "/test/d/"
230
- route(root, "/test/:a...", {
+ route(root, "/test/some/path", {
231
"/test/:a" : {
232
view: lock(function(vnode) {
233
return JSON.stringify(route.param()) + " " +
0 commit comments