Hi <https://github.com/pact-foundation/pact-refer...
# libpact_ffi-users
t
Hi https://github.com/pact-foundation/pact-reference/blob/master/rust/pact_ffi/src/mock_server/handles.rs#L1038 Is
{"value": ["2","3"]}
the same with
{"value": ["2","3"], "pact:matcher:type": "values"}
? In other words: If both
pact:matcher:type
and
pact:generator:type
are missing, and
value
is an array,
pact:matcher:type
will be set to
values
?
u
No, I don't think so.
Looking at the code, it will just treat it as a normal array
t
👍 thanks for the info