We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa0b543 + f8f2e23 commit cf46780Copy full SHA for cf46780
.github/workflows/dotnet-build.yml
@@ -4,7 +4,8 @@ on:
4
push:
5
branches: [ '*' ]
6
pull_request:
7
- branches: [ '*' ]
+ branches: [ master ]
8
+ workflow_dispatch:
9
10
jobs:
11
build:
UnitTests/FuzzyStringComparisonAlgorithmTest.cs
@@ -10,7 +10,7 @@ public class FuzzyStringComparisonAlgorithmTest
public void ShouldIgnoreGuids()
{
12
string lhs =
13
- "{b736467c-b1ff-4bbd-9654-a5312f1ba846\0x0 and some text and {47484565-22b5-4e72-a365-b0bdda187465}";
+ "{b736467c-b1ff-4bbd-9654-a5312f1ba846}\0 and some text and {47484565-22b5-4e72-a365-b0bdda187465}";
14
string rhs1 =
15
"{b736467c-b1ff-4bbd-9654-a5312f1ba846} and some text and {a3e8ee65-3c13-4c48-bc94-253da3fac798}";
16
string rhs2 =
0 commit comments