Skip to content

Commit

Permalink
Merge pull request #7 from 1c-syntax/fix/sharpInURI
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 authored Jan 5, 2024
2 parents 28156c3 + e0e6341 commit 74400fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/github/_1c_syntax/utils/Absolute.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ public static Path path(File file) {
private static String encodePath(String path) {
return path
.replace(" ", "%20")
.replace("#", "%23")
.replace("[", "%91")
.replace("]", "%93")
.replace("?", "%3F")
Expand Down

0 comments on commit 74400fa

Please sign in to comment.