Skip to content

Commit 5a5cd09

Browse files
authored
Add comma test
1 parent a6a87ff commit 5a5cd09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ConsoleAppFramework.GeneratorTests/HelpTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ public class MyClass
285285
/// hello my world.
286286
/// </summary>
287287
/// <param name="boo">-b, my boo is not boo.</param>
288-
/// <param name="fooBar">-f|-fb, my foo is not bar.</param>
288+
/// <param name="fooBar">-f|-fb, my foo, is not bar.</param>
289289
public void HelloWorld([Argument]int boo, string fooBar)
290290
{
291291
Console.Write("Hello World! " + fooBar);
@@ -301,7 +301,7 @@ hello my world.
301301
[0] <int> my boo is not boo.
302302
303303
Options:
304-
-f|-fb|--foo-bar <string> my foo is not bar. (Required)
304+
-f|-fb|--foo-bar <string> my foo, is not bar. (Required)
305305
306306
""");
307307
}

0 commit comments

Comments
 (0)