| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -999,8 +999,8 @@ pathToFileURL(__filename); // Correct: file:///C:/... (Windows) | |||
| 999 | 999 | new URL('/foo#1', 'file:'); // Incorrect: file:///foo#1 | |
| 1000 | 1000 | pathToFileURL('/foo#1'); // Correct: file:///foo%231 (POSIX) | |
| 1001 | 1001 | ||
| 1002 | - new URL('/some/path%.js', 'file:'); // Incorrect: file:///some/path% | ||
| 1003 | - pathToFileURL('/some/path%.js'); // Correct: file:///some/path%25 (POSIX) | ||
| 1002 | + new URL('/some/path%.c', 'file:'); // Incorrect: file:///some/path%.c | ||
| 1003 | + pathToFileURL('/some/path%.c'); // Correct: file:///some/path%25.c (POSIX) | ||
| 1004 | 1004 | ``` | |
| 1005 | 1005 | ||
| 1006 | 1006 | ## Legacy URL API | |
| Back | FazBrowse Home | New Git URL |
0 commit comments