Files
Partouf 395d9db49b fix: allow plus signs in property key names and values
The properties parser regex excluded '+' from key names, so a line like
`abc+def=etc` was incorrectly parsed as key `def` with value `etc`.
Changed the regex to use a lazy match so '+' is only treated as part of
the '+=' operator when immediately preceding '='.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 21:37:13 +01:00
..
2025-07-28 10:34:46 -05:00
2025-07-28 10:34:46 -05:00