1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

doc/api: fix style in example ${re:+}

This commit is contained in:
Sébastien Helleu
2024-03-21 22:43:35 +01:00
parent 7d5503e84b
commit d6386cd364
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -3145,7 +3145,7 @@ expanded to last):
>> `+${re:2}+` +
== `+test2+` +
+
>> `+${re:+}+` +
>> `pass:[${re:+}]` +
== `+test2+` +
+
>> `+${re:#}+` +
+1 -1
View File
@@ -3201,7 +3201,7 @@ première étendue à la dernière) :
>> `+${re:2}+` +
== `+test2+` +
+
>> `+${re:+}+` +
>> `pass:[${re:+}]` +
== `+test2+` +
+
>> `+${re:#}+` +
+1 -1
View File
@@ -3296,7 +3296,7 @@ expanded to last):
>> `+${re:2}+` +
== `+test2+` +
+
>> `+${re:+}+` +
>> `pass:[${re:+}]` +
== `+test2+` +
+
>> `+${re:#}+` +
+1 -1
View File
@@ -3245,7 +3245,7 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio
>> `+${re:2}+` +
== `+test2+` +
+
>> `+${re:+}+` +
>> `pass:[${re:+}]` +
== `+test2+` +
+
>> `+${re:#}+` +
+1 -1
View File
@@ -3034,7 +3034,7 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio
>> `+${re:2}+` +
== `+test2+` +
+
>> `+${re:+}+` +
>> `pass:[${re:+}]` +
== `+test2+` +
+
>> `+${re:#}+` +