When trying to parse the a key whose value is '=', KeyValueParser fails.
Comments: I know what you mean. The problem is with single key value which contains '=' For example: KeyValueParser.ParseKeys("'='") KeyValueParser.ParseKeys("'a=b'")
Comments: I know what you mean. The problem is with single key value which contains '=' For example: KeyValueParser.ParseKeys("'='") KeyValueParser.ParseKeys("'a=b'")