Patrick Quist
305156c0a4
fix: allow plus signs in property key names and values ( #8485 )
...
## Summary
- Fixes the property parser regex to allow `+` in key names (e.g.
`abc+def=etc`)
- The regex from #8387 used `[^=+]+` for key matching, which excluded
`+` from key names entirely
- Changed to a lazy `.+?` match so `+` is only treated as the `+=`
operator when immediately before `=`
This is a small targeted fix and does not address all edge cases with
the `+=` syntax.
## Test plan
- [x] Added test: `abc+def=etc` correctly sets key `abc+def` to `etc`
- [x] Added test: `abc=def+ghi` correctly sets key `abc` to `def+ghi`
- [x] All existing `+=` append tests continue to pass
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-27 21:10:47 -05:00
..
2025-02-26 14:09:24 -06:00
2026-02-01 20:50:46 -06:00
2023-12-28 16:10:09 +02:00
2026-02-27 20:59:37 -05:00
2026-02-22 19:46:36 -06:00
2025-08-11 14:31:44 -05:00
2026-02-02 20:02:38 -06:00
2023-05-22 22:35:01 -05:00
2026-02-22 19:46:36 -06:00
2021-04-26 18:34:16 -05:00
2026-02-01 20:50:46 -06:00
2021-10-05 01:45:05 +02:00
2021-06-02 22:58:41 +02:00
2019-08-21 01:26:16 +02:00
2025-01-29 10:41:03 -06:00
2021-09-13 20:22:27 +02:00
2025-10-14 13:56:59 -05:00
2026-02-01 20:50:46 -06:00
2024-10-27 15:28:38 +02:00
2025-02-02 17:54:31 +00:00
2024-10-26 17:42:22 +02:00
2023-11-27 22:32:04 -06:00
2024-03-08 22:25:09 -06:00
2026-02-01 20:50:46 -06:00
2026-02-01 20:50:46 -06:00
2025-01-29 10:46:17 -06:00
2026-02-16 14:01:37 -06:00
2026-02-01 20:50:46 -06:00
2026-02-01 20:50:46 -06:00
2026-02-01 20:50:46 -06:00
2026-02-01 20:50:46 -06:00
2026-02-01 20:50:46 -06:00
2025-10-13 14:16:01 -05:00
2024-03-08 22:25:09 -06:00
2026-02-01 20:50:46 -06:00
2026-02-01 20:50:46 -06:00
2025-06-28 14:01:36 +02:00
2026-02-01 20:50:46 -06:00
2026-02-01 20:50:46 -06:00
2025-08-05 09:31:48 -05:00
2026-02-01 20:50:46 -06:00
2026-02-01 20:50:46 -06:00
2024-03-08 22:25:09 -06:00
2026-02-01 20:50:46 -06:00
2025-08-14 10:09:02 -05:00
2026-02-16 15:12:07 -06:00
2025-08-12 08:50:53 -05:00
2025-02-02 17:54:31 +00:00
2025-10-28 18:01:23 +01:00
2026-02-01 20:50:46 -06:00
2026-02-08 12:50:20 +01:00
2025-05-26 16:24:04 -05:00
2024-04-22 18:40:56 +02:00
2026-02-01 20:50:46 -06:00
2026-02-01 20:50:46 -06:00
2025-02-25 13:39:26 -06:00
2026-02-01 20:50:46 -06:00
2025-09-27 10:17:55 +03:00
2026-02-22 17:25:36 -06:00
2026-02-01 20:50:46 -06:00
2026-02-02 20:06:09 -06:00
2024-03-08 22:25:09 -06:00
2025-07-30 10:15:28 -05:00
2026-02-01 20:50:46 -06:00
2026-02-01 20:50:46 -06:00
2026-02-16 10:35:07 -06:00
2026-02-01 20:50:46 -06:00
2018-05-24 12:36:57 -05:00
2026-02-01 20:50:46 -06:00
2026-02-01 20:50:46 -06:00
2025-06-11 18:22:44 -05:00
2026-02-01 20:50:46 -06:00
2025-09-27 10:17:55 +03:00
2025-09-27 10:17:55 +03:00
2026-02-01 20:50:46 -06:00
2026-02-27 21:10:47 -05:00
2026-01-30 19:03:00 -05:00
2025-09-27 10:17:55 +03:00
2025-11-04 09:00:19 -06:00
2025-11-04 10:58:11 -06:00
2025-06-11 18:22:44 -05:00
2025-06-10 12:06:57 -05:00
2026-02-01 20:50:46 -06:00
2024-03-08 22:25:09 -06:00
2026-02-01 20:50:46 -06:00
2025-07-28 10:34:46 -05:00
2026-02-01 20:50:46 -06:00
2026-02-01 20:50:46 -06:00
2026-02-01 20:50:46 -06:00
2025-12-15 17:50:07 -06:00
2026-02-01 20:50:46 -06:00
2026-02-01 20:50:46 -06:00
2026-02-08 14:23:56 -06:00
2026-02-01 20:50:46 -06:00
2026-02-01 20:50:46 -06:00