I have this affix file
SFX A Y 1
SFX A e o/C e
SFX B Y 1
SFX B e i/C e
SFX C Y 3
SFX C o l o
SFX C i n i
SFX C e r e
And this dictionary file
ble/CAB
Now, I expect Writer to recognize these words: ble, blr, blo, bll, bli, bln
But something strange happens, the recognized words are only: ble, blr, blo, bll, as the third flag, B, is not taken into consideration.
Moreover, if I switch the last two flags (having ble/CBA), then only these words are recognized: ble, blr, bli, bln, as if A is not taken into consideration.
I have the last LibreOffice package (but the same error occurs also with 5.3):
Version: 6.4.3.2 (x64)
Build ID: 747b5d0ebf89f41c860ec2a39efd7cb15b54f2d8
CPU threads: 4; OS: Windows 10.0 Build 18363; UI render: default; VCL: win;
Locale: en-US (it_IT); UI-Language: en-US
Calc: threaded
Am I missing some functions of hunspell that prevents successive application of a flag if the one that precedes it is twofolded?
Thank you
Update: this error occurs even without the C flag (bla/AB and bla/BA)
Update 2: also by putting the C flag in the last position (bla/ABC and bla/BAC) the error remains, and the inflections produced by the C rule are correctly recognized.