Skip to content

Commit 8e9e5f2

Browse files
Add words with reduced hyphenation to collection from PR #26
1 parent 6362f5b commit 8e9e5f2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

tests/src/SyllableTest.php

+16
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,22 @@ public function dataSplitWordDoesNotAlwaysProvideFullHyphenation()
219219
'pictograms',
220220
['pic', 'tograms'],
221221
],
222+
[
223+
'abeyant',
224+
['abeyant'],
225+
],
226+
[
227+
'abradant',
228+
['abradant'],
229+
],
230+
[
231+
'abraxas',
232+
['abraxas'],
233+
],
234+
[
235+
'pipeline',
236+
['pipeline'],
237+
],
222238
];
223239
}
224240

0 commit comments

Comments
 (0)