Open jostmart opened 3 years ago
There's an initial section of escaped vars
https://github.com/albfan/bash-ini-parser/blob/master/bash-ini-parser#L30
I expected lot of corner cases for this but at least a failed test to describe what it supports and what it don't would be interesting.
Let me know if you can code something around that
I get syntax error when parsing repo files that contain & in "value".
As a quick test, I escaped & and the example below passes.