We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1a2ee1 + cb0cf57 commit 1965684Copy full SHA for 1965684
tests/msg-split.yaml
@@ -282,3 +282,18 @@ tests:
282
- "#foo-bar"
283
- "+o"
284
- "foobar"
285
+
286
+ # If a tag value has a slash followed by a character which doesn't need
287
+ # to be escaped, the slash should be dropped.
288
+ - input: "@tag1=value\\1 COMMAND"
289
+ atoms:
290
+ tags:
291
+ tag1: "value1"
292
+ verb: "COMMAND"
293
294
+ # A slash at the end of a tag value should be dropped
295
+ - input: "@tag1=value1\\ COMMAND"
296
297
298
299
0 commit comments