Skip to content

Commit

Permalink
More coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
dalyIsaac committed Nov 12, 2024
1 parent 2082551 commit c830e69
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/Whim.Yaml.Tests/YamlLoader/YamlLoader_LoadStylesTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,20 @@ public void Load_NoStyles_DoesNotAddUserDictionaries(string config, bool isYaml,
""",
false
},
{
"""
styles: {}
""",
true
},
{
"""
{
"styles": {}
}
""",
false
},
};

[Theory]
Expand Down

0 comments on commit c830e69

Please sign in to comment.