From 3d6fe1fdc6fedaa96839a4cb74a5beba212ec34e Mon Sep 17 00:00:00 2001 From: Ciprian Badescu Date: Fri, 7 Feb 2020 17:57:42 +0200 Subject: (MODULES-7202) fixes comma handling in value regular expression that we use to separate values by comma was updated to take into account only commas outside quoted strings --- spec/fixtures/integration/provider/mailalias/aliases/test1 | 1 + 1 file changed, 1 insertion(+) (limited to 'spec') diff --git a/spec/fixtures/integration/provider/mailalias/aliases/test1 b/spec/fixtures/integration/provider/mailalias/aliases/test1 index a69be8a..342239d 100644 --- a/spec/fixtures/integration/provider/mailalias/aliases/test1 +++ b/spec/fixtures/integration/provider/mailalias/aliases/test1 @@ -26,6 +26,7 @@ decode: root # Other tests anothertest: "|/path/to/rt-mailgate --queue 'another test' --action correspond --url http://my.com/" test: "|/path/to/rt-mailgate --queue 'test' --action correspond --url http://my.com/" +commas_in_command_test: "|/path/to/rt-mailgate --queue 'test' --action correspond --url http://my.com/ --projects projecta,projectb" # Included file incfile: :include: /tmp/somefile -- cgit v1.2.3