Can I mix () and , in a liquibase context attribute?
<changeSet id="xxx" author="mhz" context="(c1 or c2 or c3 or c4) and blackbox-test" >
works fine for me. However, if I use the more compact form
<changeSet id="xxx" author="mhz" context="(c1,c2,c3,c4) and blackbox-test" >
I get Unexpected error running Liquibase: Cannot parse context pattern (c1.
I am using Liquibase 3.5.1.