mirror of
https://github.com/apple/pkl.git
synced 2026-07-18 11:01:21 +02:00
53f3be64f3
This fixes an issue where URLs with schemes that contain `+`, `-`, and `.` would not be parsed correctly. For example, `foo+bar:///?baz.pkl` would turn into `foo+bar:///%3Fbaz.pkl`. The query param is lost, and turned into the path.