Open Kojoley opened 5 years ago
I think it's documented ( somewhere :-) ) that the attribute value is undefined on a failed parse, for the sake of efficiency. OTOH, if it won't affect efficiency, then the qi behavior is preferred.
I think it's documented ( somewhere :-) ) that the attribute value is undefined on a failed parse, for the sake of efficiency.
That's understandable and I fully agree.
But my question was why X3 succeeds parsing with MaxDigits=5
? Is this intended or a regression?
Oh duh. Looks like a regression. Not sure yet.
Output:
https://wandbox.org/permlink/TnmsMtZcTMvFAfgr
Is this intended? From my point of view all the parsers must fail and even output variable be untouched (
false -1
on all cases).