Problem/Motivation
Add tests to check, that words partially containing an entity name won't get glossified.
See #3538523: Add option for partial word glossification ("Abc Xyz+" does not get replaced).
Steps to reproduce
Proposed resolution
Add tests to check, that words partially containing an entity name won't get glossified.
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork glossify-3538691
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
grevil commentedComment #4
grevil commentedAll done, please review!
Comment #5
grevil commentedNote, that "@covers ::parseTooltipMatch" was never meant for methods:
Therefore I removed it. We could add it to the class, but CoversClass should be enough IMO.
Comment #6
anybodyNice, thank you @grevil!! :)
Comment #7
anybodyComment #8
anybodyComment #9
anybodyAll green!
Comment #10
anybody