Skip to content

BUG: Fail to parse if section contains '>' or '<' #255

Description

@Paol0B
IniParser.Exceptions.ParsingException: Unknown file format. Couldn't parse the line: '[MSG.Value > 3000]'. while parsing line number 0 with value '' - IniParser version: 2.5.2.0 while parsing line number 8 with value '[MSG.Value > 3000]' - IniParser version: 2.5.2.0
 ---> IniParser.Exceptions.ParsingException: Unknown file format. Couldn't parse the line: '[MSG.Value > 3000]'. while parsing line number 0 with value '' - IniParser version: 2.5.2.0
   at IniParser.Parser.IniDataParser.ProcessLine(String currentLine, IniData currentIniData)
   at IniParser.Parser.IniDataParser.Parse(String iniDataString)

 ---> IniParser.Exceptions.ParsingException: Unknown file format. Couldn't parse the line: '[MSG.Value > 0]'. while parsing line number 0 with value '' - IniParser version: 2.5.2.0
   at IniParser.Parser.IniDataParser.ProcessLine(String currentLine, IniData currentIniData)
   at IniParser.Parser.IniDataParser.Parse(String iniDataString)
   --- End of inner exception stack trace ---
   at IniParser.Parser.IniDataParser.Parse(String iniDataString)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions