mirror of
https://github.com/SabreTools/SabreTools.CommandLine.git
synced 2026-09-23 07:05:13 +00:00
Fix formatting irregularities with spaces
This commit is contained in:
@@ -109,6 +109,7 @@ namespace SabreTools.CommandLine.Test
|
||||
[InlineData("Some long description\nwith a newline", 3)]
|
||||
[InlineData("Some long description\nwith\nmultiple\nnewlines", 5)]
|
||||
[InlineData("Some long description\n - With formatting", 3)]
|
||||
[InlineData("Some long description with multiple spaces", 2)]
|
||||
public void FormatLongDescriptionTest(string longDescription, int expectedCount)
|
||||
{
|
||||
var feature = new MockFeature("a", "a", "a", longDescription);
|
||||
|
||||
Reference in New Issue
Block a user