We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1c8e14 commit 108c998Copy full SHA for 108c998
tests/msg-join.yaml
@@ -174,6 +174,21 @@ tests:
174
- ":coolguy foo b\tar :baz"
175
176
# with tags
177
+ - desc: Tag with empty value and space-filled trailing.
178
+ atoms:
179
+ tags:
180
+ "asd": ""
181
+ source: "coolguy"
182
+ verb: "foo"
183
+ params:
184
+ - "bar"
185
+ - "baz"
186
+ - " "
187
+ matches:
188
+ # Implementations MAY normalise tag values by converting the empty form to the missing form
189
+ - "@asd :coolguy foo bar baz : "
190
+ - "@asd= :coolguy foo bar baz : "
191
+
192
- desc: Tag with no value and space-filled trailing.
193
atoms:
194
tags:
@@ -185,6 +200,7 @@ tests:
200
- "baz"
201
- " "
202
matches:
203
+ # MUST NOT convert values from missing to empty, to prevent size limit issues
204
- "@asd :coolguy foo bar baz : "
205
206
- desc: Tags with escaped values.
0 commit comments