Fix very specific issue where charmasks (< > $ etc.) are used with other masks, but only the charmask is used

Dieser Commit ist enthalten in:
dordsor21 2021-09-21 15:05:43 +01:00
Ursprung 57b47d2451
Commit c26977f578
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 1E53E88969FFCF0B

Datei anzeigen

@ -136,7 +136,6 @@ public class RichMaskParser extends FaweParser<Mask> {
case '!':
input = input.substring(input.indexOf(char0) + 1);
mask = parseFromInput(char0 + "[" + input + "]", context);
return mask;
}
}
if (mask == null) {