That's caused by %len being mapped to lua's string.len() function, and lua
does not complain about the extra arg:
```
$ lua
> print(string.len("foo", "bar"))
3
>
```
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/3410#issuecomment-2449450410
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/issues/3410/2449450...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint