Skip to content

Commit

Permalink
[C#] fix syntax tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Hall committed Jan 8, 2025
1 parent 4dd35af commit e84da6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions C#/tests/syntax_test_C#8.cs
Original file line number Diff line number Diff line change
Expand Up @@ -323,17 +323,17 @@ namespace CommonTests.Attributes;
[AttributeUsage(AttributeTargets.Method)]
public class CustomAutoDataAttribute() : AutoDataAttribute(
() =>
///^^^^^^^ meta.class.cs meta.function-call.cs meta.group.cs
///^^^^^^^ meta.class.constructor.arguments.cs meta.group.cs
/// ^^^^^ meta.function.anonymous.cs meta.group.cs
/// ^ punctuation.section.group.begin.cs
/// ^ meta.group.cs punctuation.section.group.end.cs
/// ^ punctuation.section.group.end.cs
/// ^^ keyword.declaration.function.arrow.cs
{
var fixture = new Fixture();
fixture.Customizations.Add(new DateOnlySpecimenBuilder());
return fixture;
});
///^^^ meta.class.cs meta.function-call.cs meta.group.cs
///^^^ meta.class.constructor.arguments.cs meta.group.cs
/// ^ punctuation.section.block.end.cs
/// ^ punctuation.section.group.end.cs
/// ^ meta.class.cs punctuation.terminator.statement.cs
Expand Down

0 comments on commit e84da6b

Please sign in to comment.