pkl icon indicating copy to clipboard operation
pkl copied to clipboard

[Addition] Added IniRenderer and IniRenderer test cases #137

Open Madmegsox1 opened this issue 4 months ago • 17 comments

Added ini renderer and ini renderer test cases. Changes that still need to be added are as follows:

  • a new in-language renderer
  • a new standard library module, as mentioned in this issue.

Ill create another pr later with these changes.

In IniUtils, the list of charecters that need to be escaped within the .ini file are in accourdance with INI file Wiki.

The IniRenderer is very similar to PropertiesRenderer due to .properties file having a similar style to an .ini file

Madmegsox1 avatar Feb 14 '24 08:02 Madmegsox1