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', ] ] ];