mirror of
https://github.com/apple/pkl.git
synced 2026-05-21 22:36:57 +02:00
Fixes for pkldoc (#96)
* Add URI encoding to paths and fragments * Render quotes around identifiers when appropriate
This commit is contained in:
@@ -163,7 +163,7 @@
|
||||
// Arrays.asList("file:///pkl/.*", "https://.*\\.apple\\.com"));
|
||||
//
|
||||
// resolver.resolve("file:///pkl/foo.pkl", fileUrlModule, sourceSection);
|
||||
// resolver.resolve("https://pkl.io/foo.pkl", fileUrlModule, sourceSection);
|
||||
// resolver.resolve("https://example.com/foo.pkl", fileUrlModule, sourceSection);
|
||||
// }
|
||||
//
|
||||
// @Test(expected = EvalException.class)
|
||||
|
||||
Reference in New Issue
Block a user