Open
Description
The preprocessor only allows things that match ?[%w,_ =\"]*
pattern in attributes.
This includes strings too, so strings containing e.g. dots (.
) or other punctuation break the preprocessor.
I discovered while fixing RedDeadlyCreeper/ArmoredCombatExtended#201 .
Better string rules (anything from quote to paired unescaped quote makes a string) will probably require replacing regex-based parser with something more powerful.
Metadata
Metadata
Assignees
Labels
No labels