Closed lambda-dom closed 1 year ago
~It does look like a bug. The issue seems to be caused by weight
var. Maybe parser gets confused somewhere here.
With this, you can probably cut down the use case much further.~
Unrelated, but as a side note, I would not recommend passing around integers as strings. It is bound to bite you at some point.
Edit: no, the issue disappears when lore and weight are set to different values. So it's not the name.
In the above-linked thread, Kjeron (huge thanks to him) explains why this; it is not a bug. Closing the issue.
I found a bug with PATCH_MATCH. Its description, as well as a mod with a test case to reveal the issue, can be found here.