diff --git a/tests/src/SyllableTest.php b/tests/src/SyllableTest.php index a346184..a0f946d 100644 --- a/tests/src/SyllableTest.php +++ b/tests/src/SyllableTest.php @@ -219,6 +219,22 @@ public function dataSplitWordDoesNotAlwaysProvideFullHyphenation() 'pictograms', ['pic', 'tograms'], ], + [ + 'abeyant', + ['abeyant'], + ], + [ + 'abradant', + ['abradant'], + ], + [ + 'abraxas', + ['abraxas'], + ], + [ + 'pipeline', + ['pipeline'], + ], ]; }