Skip to content

Commit

Permalink
Add comma test
Browse files Browse the repository at this point in the history
  • Loading branch information
kristiker authored Aug 4, 2024
1 parent a6a87ff commit 5a5cd09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ConsoleAppFramework.GeneratorTests/HelpTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ public class MyClass
/// hello my world.
/// </summary>
/// <param name="boo">-b, my boo is not boo.</param>
/// <param name="fooBar">-f|-fb, my foo is not bar.</param>
/// <param name="fooBar">-f|-fb, my foo, is not bar.</param>
public void HelloWorld([Argument]int boo, string fooBar)
{
Console.Write("Hello World! " + fooBar);
Expand All @@ -301,7 +301,7 @@ hello my world.
[0] <int> my boo is not boo.
Options:
-f|-fb|--foo-bar <string> my foo is not bar. (Required)
-f|-fb|--foo-bar <string> my foo, is not bar. (Required)
""");
}
Expand Down

0 comments on commit 5a5cd09

Please sign in to comment.