Skip to content

Instantly share code, notes, and snippets.

@rarous
Created August 4, 2010 09:45
Show Gist options
  • Save rarous/507906 to your computer and use it in GitHub Desktop.
Save rarous/507906 to your computer and use it in GitHub Desktop.
[Fact]
void It_should_lowercase_letters() {
Assert.True(result.Where(Char.IsLetter).All(Char.IsLower));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment