mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-22 17:40:33 +01:00
Add RegEx support to JsonMatcher (#1091)
* json matcher regex * better test * regression
This commit is contained in:
@@ -25,7 +25,8 @@
|
||||
Pattern: {
|
||||
name: stef
|
||||
},
|
||||
IgnoreCase: false
|
||||
IgnoreCase: false,
|
||||
Regex: false
|
||||
},
|
||||
ProtoBufMessageType: greet.HelloRequest
|
||||
}
|
||||
|
||||
@@ -42,7 +42,8 @@ message HelloReply {
|
||||
Pattern: {
|
||||
name: stef
|
||||
},
|
||||
IgnoreCase: false
|
||||
IgnoreCase: false,
|
||||
Regex: false
|
||||
},
|
||||
ProtoBufMessageType: greet.HelloRequest
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user