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

This commit is contained in:
dordsor21 2021-09-21 15:05:43 +01:00
parent 57b47d2451
commit c26977f578
No known key found for this signature in database
GPG Key ID: 1E53E88969FFCF0B

View File

@ -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) {