mirror of
https://github.com/apple/pkl.git
synced 2026-05-28 17:49:15 +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.