Jacky Zhao
2024-01-13 4014c4d6d60f64d64798ce860423513536bb0d98
fix: add another test for notes with dots
1 files modified
1 ■■■■ changed files
quartz/util/path.test.ts 1 ●●●● patch | view | raw | blame | history
quartz/util/path.test.ts
@@ -105,6 +105,7 @@
        ["index.md", "index"],
        ["test.mp4", "test.mp4"],
        ["note with spaces.md", "note-with-spaces"],
        ["notes.with.dots.md", "notes.with.dots"],
        ["test/special chars?.md", "test/special-chars-q"],
        ["test/special chars #3.md", "test/special-chars-3"],
      ],