Skip to content

Commit

Permalink
Merge branch 'las-nsc-las/nrt-fixes-and-code-tidy'
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ganss committed Jun 7, 2022
2 parents 7a31382 + cf0d266 commit 0e09c0e
Show file tree
Hide file tree
Showing 5 changed files with 512 additions and 1,014 deletions.
2 changes: 1 addition & 1 deletion XmlSchemaClassGenerator.Tests/XmlTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2399,7 +2399,7 @@ void assertNullable(string typename, bool nullable)
Assert.Equal(nullable, hasMaybeNullAttribute);
}
assertNullable("Test.ElementReferenceNullable", true);
assertNullable("Test.ElementReferenceList", true);
assertNullable("Test.ElementReferenceList", false);
assertNullable("Test.ElementReferenceNonNullable", false);
assertNullable("Test.AttributeReferenceNullable", true);
assertNullable("Test.AttributeReferenceNonNullable", false);
Expand Down
Loading

0 comments on commit 0e09c0e

Please sign in to comment.