Skip to content

Commit

Permalink
feat(nl): Fix full stop error for '-singel' (#165) (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
emacgillavry authored Sep 6, 2022
1 parent 9313825 commit 016cdf2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ daal
dijk
!plain|pln.
plein|pln
plantsoen|plnts
plantsoen|plnts
singel|sngl
4 changes: 4 additions & 0 deletions test/address.nld.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ const testcase = (test, common) => {
{ street: 'Brinkstraat' }, { housenumber: '87' }, { postcode: '7512EC' }, { locality: 'Enschede' }
])

assert('Blekerssngl, Gouda', [
{ street: 'Blekerssngl' }, { locality: 'Gouda' }
])

assert('Weerdsingel O.Z., Utrecht', [
{ street: 'Weerdsingel O.Z.' }, { locality: 'Utrecht' }
])
Expand Down

0 comments on commit 016cdf2

Please sign in to comment.