pact-foundation / pact-php

PHP version of Pact. Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project
Apache License 2.0
273 stars 92 forks source link

feat: Support string contains single quote in matching expression #675

Closed tienvx closed 1 month ago

tienvx commented 1 month ago

Code:

https://github.com/pact-foundation/pact-reference/blob/f5ddf3d353149ae0fb539a1616eeb8544509fdfc/rust/pact_models/src/matchingrules/expressions.rs#L272-L273

Test:

https://github.com/pact-foundation/pact-reference/blob/f5ddf3d353149ae0fb539a1616eeb8544509fdfc/rust/pact_models/src/matchingrules/expressions.rs#L1785

coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 11158029841

Details


Totals Coverage Status
Change from base Build 11157460743: 0.0%
Covered Lines: 2597
Relevant Lines: 2708

💛 - Coveralls