You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Utility.CommandLine.Arguments.Tests/Arguments.cs
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -199,6 +199,20 @@ public void ParseStringOfLongs()
199
199
Assert.Equal("5 5",test["five"]);
200
200
}
201
201
202
+
/// <summary>
203
+
/// Tests the <see cref="Utility.CommandLine.Arguments.Parse(string)"/> method with an explicit command line string containing multiple pairs of arguments containing quoted values.
0 commit comments