rocks/Tests
Jonathan Pryor e73fc6667c * Mono.Rocks/String.cs: Add .WrappedLines() extension method, a
generalized version of Options.GetLines() (from Mono.Options).  In 
	  short, given a long string, it'll break it into "line-sized" chunks 
	  of a given width so that you can have e.g. nicely line-wrapped help 
	  text.  Only really suitable for console/fixed-width-font output.
	* Tests/Mono.Rocks.Tests/StringTest.cs: Add tests for .WrappedLines() 
	  extension method.

svn path=/trunk/rocks/; revision=146369
2009-11-17 19:24:21 +00:00
..
Mono.Rocks.Tests * Mono.Rocks/String.cs: Add .WrappedLines() extension method, a 2009-11-17 19:24:21 +00:00
Mono.Rocks.Tests.csproj Added MutableLookup<TKey,TElement> and tests 2009-11-07 02:16:49 +00:00