From 95a127632db577c31c512b0973ca261b41a8d52a Mon Sep 17 00:00:00 2001 From: Richard van Laak Date: Tue, 12 Nov 2019 13:30:50 +0100 Subject: [PATCH] =?UTF-8?q?Test=20middle=20name=20`van=20=E2=80=99t`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/ParserTest.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/ParserTest.php b/tests/ParserTest.php index 1b1c488..c561378 100644 --- a/tests/ParserTest.php +++ b/tests/ParserTest.php @@ -533,6 +533,15 @@ public function provider() [ 'firstname' => 'Etje', 'lastname' => 'Heijdanus-De Boer', + + ], + ], + [ + 'Charlotte van ’t Wout', + [ + 'firstname' => 'Charlotte', + 'middlename' => 'van ’t', + 'lastname' => 'Wout', ] ] ];