GNOME Bugzilla – Bug 761403
Inline checker: bug with neighbor words
Last modified: 2016-02-11 16:05:06 UTC
With the inline checker for GtkTextView: 1. Write "testagain". 2. Insert a space between "test" and "again", to have the result "test again". -> "test" and "again" are still marked as misspelled.
Unit tests should be written, since it's the kind of things that could get broken again in the future, if someone (like me) finds smart to "simplify" the code.
Fixed.