Originally created by @KushalP on GitHub (Aug 20, 2024).
This appears to be a regression between `0.26.1` and `0.26.3`. Properties that have an `=` symbol in them are parsed differently.
## Reproduction
```
# 0.26.1
❯ ./pkl-0.26.1 eval -x 'read("prop:foo")' -p foo=bar=baz pkl:base
bar=baz
# 0.26.3
❯ ./pkl-0.26.3 eval -x 'read("prop:foo")' -p foo=bar=baz pkl:base
bar
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @KushalP on GitHub (Aug 20, 2024).
This appears to be a regression between
0.26.1and0.26.3. Properties that have an=symbol in them are parsed differently.Reproduction
@holzensp commented on GitHub (Aug 20, 2024):
Managed to reproduce. Undoubtedly due to the fix here.