mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #854] [MERGED] Fix logic for QueryParameterMultipleValueSupport #1116
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/wiremock/WireMock.Net/pull/854
Author: @StefH
Created: 11/30/2022
Status: ✅ Merged
Merged: 12/3/2022
Merged by: @StefH
Base:
master← Head:stef-849📝 Commits (8)
1562958Add more QueryParameterMultipleValueSupport NoComma tests7b53463fix testse5ed603fx0a4aca9cfc8ad9f4Fixb6b17d8Merge branch 'master' into stef-849d5026e8cf88ff2a7select id, name, value from table where id in (1, 2, 3, 4, 5)📊 Changes
6 files changed (+92 additions, -6 deletions)
View changed files
📝
src/WireMock.Net/Matchers/Request/RequestMessageBodyMatcher.cs(+1 -1)📝
src/WireMock.Net/Matchers/Request/RequestMessageParamMatcher.cs(+4 -3)📝
src/WireMock.Net/Owin/Mappers/OwinRequestMapper.cs(+1 -1)📝
test/WireMock.Net.Tests/RequestMatchers/RequestMessageParamMatcherTests.cs(+23 -0)📝
test/WireMock.Net.Tests/Util/QueryStringParserTests.cs(+17 -1)➕
test/WireMock.Net.Tests/WireMockServerTests.WithParam.cs(+46 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.