Skip to content

languagemanager: ignore empty globs

Testsuite is failing again on win32 because of the final semicolon in the globs of the new language "wren":

    <property name="globs">*.wren;</property>

Same rootcause and failure as reported in !346 (merged)

This MR should fix the issue once for all.

Merge request reports