Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Description property does not accept newline #58

@MaximDude

Description

@MaximDude

The Description property in ini does not register escape characters as what they are and just gets them as regular characters in the string.
This is most likely happening because the reader is set up to ignore escape characters when reading the property value from ini.

To Reproduce

  1. Try using \n or \r\n in the Description property to have multiple lines of text.
  2. See your \n or \r\n as part of the Description string as a single continuous line.

Expected Behavior
Should be able to make a new line in the Description string.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions