ellismg / corefx

This repository contains the foundational libraries that make up the .NET Core development stack.
MIT License
0 stars 2 forks source link

Unittest for String.Trim #10

Closed maggiemsft closed 8 years ago

maggiemsft commented 8 years ago

This PR is trying to unittest String.Trim implementation include newly added overloading to solve repo: dotnet/coreclr#1826 My related coracle PR# is https://github.com/ellismg/coreclr/pull/12 This is also the bootcamp assignment. Appreciate your time for comment and review.