Skip to content

Commit

Permalink
Merge pull request #2 from demokratie-live/2020/#1168-named-poll-togg…
Browse files Browse the repository at this point in the history
…le-issue

allow multiple whitespaces for FIND_BESCHLUSSEMPFEHLUNG_ABLEHNUNG
  • Loading branch information
ManAnRuck authored Apr 27, 2020
2 parents 1d0f35e + 7837fe4 commit a5713b8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

## [1.0.2] - 2019-04-27

### Fixed

- improve regex to match `FIND_BESCHLUSSEMPFEHLUNG_ABLEHNUNG` (allow multiple whitespaces)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@democracy-deutschland/bundestag.io-definitions",
"version": "1.0.1",
"version": "1.0.2",
"description": "Definitions for Bundestag-Strings",
"main": "./dist/index.js",
"repository": "https://github.com/demokratie-live/bundestag.io-definitions.git",
Expand Down
2 changes: 1 addition & 1 deletion src/definitions/procedure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default {
},
COMMENT: {
// Search
FIND_BESCHLUSSEMPFEHLUNG_ABLEHNUNG: /Annahme der Beschlussempfehlung auf Ablehnung/i,
FIND_BESCHLUSSEMPFEHLUNG_ABLEHNUNG: /Annahme\s+der\s+Beschlussempfehlung\s+auf\s+Ablehnung/i,
},
},
ABSTRACT: {
Expand Down

0 comments on commit a5713b8

Please sign in to comment.