Property values containing = are parsed improperly #209

Closed
opened 2025-12-30 01:22:15 +01:00 by adam · 1 comment
Owner

Originally created by @HT154 on GitHub (Oct 1, 2024).

❯ pkl --version
Pkl 0.26.3 (macOS 14.4.1, native)
❯ pkl eval /dev/null -p test=key=val -x 'read("prop:test")'
key

This does not repro on 0.25.3

❯ pkl --version
Pkl 0.25.3 (macOS 14.1, native)
❯ pkl eval /dev/null -p test=key=val -x 'read("prop:test")'
key=val
Originally created by @HT154 on GitHub (Oct 1, 2024). ``` ❯ pkl --version Pkl 0.26.3 (macOS 14.4.1, native) ❯ pkl eval /dev/null -p test=key=val -x 'read("prop:test")' key ``` This does not repro on 0.25.3 ```console ❯ pkl --version Pkl 0.25.3 (macOS 14.1, native) ❯ pkl eval /dev/null -p test=key=val -x 'read("prop:test")' key=val ```
adam closed this issue 2025-12-30 01:22:15 +01:00
Author
Owner

@HT154 commented on GitHub (Oct 1, 2024):

Already fixed in main on by https://github.com/apple/pkl/pull/631

@HT154 commented on GitHub (Oct 1, 2024): Already fixed in main on by https://github.com/apple/pkl/pull/631
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#209