mirror of
https://github.com/SabreTools/SabreTools.CommandLine.git
synced 2026-09-21 14:14:58 +00:00
Fix test for fixed issue
This commit is contained in:
@@ -95,7 +95,7 @@ namespace SabreTools.CommandLine.Test
|
||||
[InlineData(0, -1, "a a")]
|
||||
[InlineData(-1, 0, "a a")]
|
||||
[InlineData(0, 0, "a a")]
|
||||
[InlineData(2, 30, " a a")]
|
||||
[InlineData(2, 30, " a a")]
|
||||
[InlineData(4, 0, " a a")]
|
||||
public void FormatStandardTest(int pre, int midpoint, string expected)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user