We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e329b1d commit cd2223dCopy full SHA for cd2223d
1 file changed
tests/ConfigParserTests.cs
@@ -655,7 +655,7 @@ public void ReadingWritingReadingConfigFile()
655
configFilepath,
656
new ConfigParserSettings
657
{
658
- MultiLineValues = MultiLineValues.Simple | MultiLineValues.QuoteDelimitedValues,
+ MultiLineValues = MultiLineValues.Simple,
659
Encoding = new UTF8Encoding(false, false),
660
NewLine = "\r\n",
661
}
0 commit comments