Apologies if this is in the wrong place.
Combinatorial-Attribute page
I think a line got accidentally duplicated, namely [Values("A", "B")] string s)
[Test, Combinatorial]
public void MyTest(
[Values(1, 2, 3)] int x,
[Values("A", "B")] string s)
[Values("A", "B")] string s)
{
...
}
It's a small thing but I couldn't see an easy way to suggest an edit so I thought I'd put it here.