-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
area-Extensions-Primitivesbuggood first issueIssue should be easy to implement, good for first-time contributorsIssue should be easy to implement, good for first-time contributorshelp wanted[up-for-grabs] Good issue for external contributors[up-for-grabs] Good issue for external contributors
Milestone
Description
Description
Console.WriteLine("/".StartsWith("/", StringComparison.Ordinal));
// prints True
Console.WriteLine(new StringSegment("/").StartsWith("/", StringComparison.Ordinal));
// prints True
Console.WriteLine("/".EndsWith("/", StringComparison.Ordinal));
// prints True
Console.WriteLine(new StringSegment("/").EndsWith("/", StringComparison.Ordinal));
// prints False !!!Is this by design or simply a bug?
Configuration
.NET Core 3.1.5, Windows 10 x64
Metadata
Metadata
Assignees
Labels
area-Extensions-Primitivesbuggood first issueIssue should be easy to implement, good for first-time contributorsIssue should be easy to implement, good for first-time contributorshelp wanted[up-for-grabs] Good issue for external contributors[up-for-grabs] Good issue for external contributors