Description
If a INI file with a key Comment= is Imported, the key will (erroneously) be marked as a comment line and thus, the export will fail
Steps To Reproduce
Ini file
script:
Import-Ini file.ini | Export-Ini file.ini
output ini:
Expected behaviors
output ini:
Key = Value
Comment = Lorem
Description
If a INI file with a key
Comment=is Imported, the key will (erroneously) be marked as a comment line and thus, the export will failSteps To Reproduce
Ini file
script:
output ini:
Expected behaviors
output ini: