Skip to content

Commit 694d106

Browse files
committed
修复单元测试
1 parent 57eeceb commit 694d106

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/DotNetCampus.CommandLine.Tests/FlexibleCommandLineParserTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ public void ShortAndLongOption_SameProperty_ValueAssigned()
275275
Assert.AreEqual("file.txt", value2);
276276
}
277277

278+
[Ignore("自动形式经过讨论,不支持短选项组合;如果需要,请改用 GNU 风格。")]
278279
[TestMethod("5.2. 支持有限的短选项组合")]
279280
public void ShortOptionCombination_AllAssigned()
280281
{

0 commit comments

Comments
 (0)