Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Improve test coverage for SpanExtensions.IndexOf
  • Loading branch information
Youssef1313 committed Dec 10, 2024
commit 2b4d8686721e599c0290eccdc90ec3dbde6818bc
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ static void Test<T>()
Test<Guid>();
Test<string>();
Test<object>();
Test<char>();
Test<IEnumerable<int>>();
}

Expand All @@ -90,6 +91,7 @@ static void Test<T>()
Test<Guid>();
Test<string>();
Test<object>();
Test<char>();
Test<IEnumerable<int>>();
}

Expand Down Expand Up @@ -127,6 +129,7 @@ static void Test<T>()
Test<Guid>();
Test<string>();
Test<object>();
Test<char>();
Test<IEnumerable<int>>();
}

Expand Down