| 1 | var browser_history_support = (window.history != null ? window.history.pushState : null) != null; |
| 2 | |
| 3 | createTest('Nested route with the many children as a tokens, callbacks should yield historic params', { |
| 4 | '/a': { |
nothing calls this directly
no test coverage detected