@dmnks commented on this pull request.


> @@ -121,6 +121,7 @@ various common operations.
 | `%{lower:...}`   | lowercase a string | 4.19.0
 | `%{rep:...}`     | repeat a string (see Lua `string.rep()`) | 4.19.0
 | `%{reverse:...}` | reverse a string | 4.19.0
+| `%{span:...}`    | as-is string, handy for wrapping multiline macros | 6.0.0

OK, actually looking at the description in the *context* of the whole document 
(or at least the "String operations" table where this is located), it clicks 
now for me. As in, all the other string operations do some transformations so 
in that sense, "as-is" means "no transformations whatsoever". That's actually 
sensible.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3677#discussion_r2022511011
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/pull/3677/review/2732103...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
https://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to