Ali Ustek
10/15/2023, 10:20 PMMatchingRuleDefinition.parseMatchingRuleDefinition("matching(equalTo, '\u0000\u0001\u0002\u0003')") produces
in 4.6.0
Ok(value=MatchingRuleDefinition(value=\u0000\u0001\u0002\u0003, valueType=Unknown, rules=[A(value=<http://au.com|au.com>.dius.pact.core.model.matchingrules.EqualsMatcher@192d74fb)], generator=null))
and in 4.6.1
Ok(value=MatchingRuleDefinition(value=, valueType=Unknown, rules=[A(value=<http://au.com|au.com>.dius.pact.core.model.matchingrules.EqualsMatcher@295eaa7c)], generator=null))
is the change intentional?rholshausen
10/15/2023, 10:23 PM'\'' would failMatt (pactflow.io / pact-js / pact-go)
Ali Ustek
10/16/2023, 8:43 AMAli Ustek
10/16/2023, 11:04 AMAli Ustek
10/16/2023, 11:05 AM"\u0000\u0001\u0002\u0003\u0004\u0005"
notation to workaround passing bytes to protobuf using strings and storing that in the pact file