for (const path of ['/a(1=', ...terminal.map(t => `/a(1=${t}`)]) {
    it(`throws on empty parameter value '${path}'`, function () {
      assert.throws(
        function () {
          RouteExpression.parse(pathUrlParser.parse(path));