Skip to content

Commit 13452a4

Browse files
committed
-
1 parent 15ea22f commit 13452a4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/ConfigParserTests.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,9 @@ public void BooleanValuesAreParsedCorrectly()
324324
Assert.False(configFileEnglish.GetValue(enDisSection, "sampleOff", true)); // sampleOff=Off
325325
}
326326

327+
/// <summary>
328+
/// Checks if boolean values are written correctly.
329+
/// </summary>
327330
[Fact]
328331
public void BooleanValuesAreWrittenCorrectly()
329332
{
@@ -386,6 +389,9 @@ public void DoubleValuesAreParsedCorrectly()
386389
Assert.Equal(9.3D, configFileItalian.GetValue("ItalianLocalized", "withComa", 0D)); // withComa = 9,3
387390
}
388391

392+
/// <summary>
393+
/// Checks if encoding setting works correctly.
394+
/// </summary>
389395
[Fact]
390396
public void EncodingSettingWorksCorrectly()
391397
{

0 commit comments

Comments
 (0)