Skip to content

Commit

Permalink
update test case
Browse files Browse the repository at this point in the history
  • Loading branch information
huangmin-ms committed Mar 3, 2022
1 parent a64c4ed commit b804185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdoc/mdoc.Test/FormatterTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ public void CSharpTupleNamesFieldTest()
}

[TestCase("TupleMethod", "public (int a,int) TupleMethod ((int,int) t1, (int b,int c,int d) t2);")]
[TestCase("RecursiveTupleMethod", "public ((int a,int b) c,int d) RecursiveTupleMethod ((((int a,int) b,int c) d,(int e,(int f, int g) h) i,int j) t);")]
[TestCase("RecursiveTupleMethod", "public ((int a,int b) c,int d) RecursiveTupleMethod ((((int a,int) b,int c) d,(int e,(int f,int g) h) i,int j) t);")]
public void CSharpTupleNamesMethodTest(string methodName, string expectedSignature)
{
var method = GetMethod(typeof(SampleClasses.TupleNamesTestClass), m => m.Name == methodName);
Expand Down

0 comments on commit b804185

Please sign in to comment.