Skip to content

Commit

Permalink
Add words with reduced hyphenation to collection from PR #26
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-nitsche committed Apr 2, 2023
1 parent 6362f5b commit 8e9e5f2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions tests/src/SyllableTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,22 @@ public function dataSplitWordDoesNotAlwaysProvideFullHyphenation()
'pictograms',
['pic', 'tograms'],
],
[
'abeyant',
['abeyant'],
],
[
'abradant',
['abradant'],
],
[
'abraxas',
['abraxas'],
],
[
'pipeline',
['pipeline'],
],
];
}

Expand Down

0 comments on commit 8e9e5f2

Please sign in to comment.