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:
@@ -3145,7 +3145,7 @@ expanded to last):
|
||||
>> `+${re:2}+` +
|
||||
== `+test2+` +
|
||||
+
|
||||
>> `+${re:+}+` +
|
||||
>> `pass:[${re:+}]` +
|
||||
== `+test2+` +
|
||||
+
|
||||
>> `+${re:#}+` +
|
||||
|
||||
@@ -3201,7 +3201,7 @@ première étendue à la dernière) :
|
||||
>> `+${re:2}+` +
|
||||
== `+test2+` +
|
||||
+
|
||||
>> `+${re:+}+` +
|
||||
>> `pass:[${re:+}]` +
|
||||
== `+test2+` +
|
||||
+
|
||||
>> `+${re:#}+` +
|
||||
|
||||
@@ -3296,7 +3296,7 @@ expanded to last):
|
||||
>> `+${re:2}+` +
|
||||
== `+test2+` +
|
||||
+
|
||||
>> `+${re:+}+` +
|
||||
>> `pass:[${re:+}]` +
|
||||
== `+test2+` +
|
||||
+
|
||||
>> `+${re:#}+` +
|
||||
|
||||
@@ -3245,7 +3245,7 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio
|
||||
>> `+${re:2}+` +
|
||||
== `+test2+` +
|
||||
+
|
||||
>> `+${re:+}+` +
|
||||
>> `pass:[${re:+}]` +
|
||||
== `+test2+` +
|
||||
+
|
||||
>> `+${re:#}+` +
|
||||
|
||||
@@ -3034,7 +3034,7 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio
|
||||
>> `+${re:2}+` +
|
||||
== `+test2+` +
|
||||
+
|
||||
>> `+${re:+}+` +
|
||||
>> `pass:[${re:+}]` +
|
||||
== `+test2+` +
|
||||
+
|
||||
>> `+${re:#}+` +
|
||||
|
||||
Reference in New Issue
Block a user