Mats Fangohr
2024-02-05 b061b1b6a229e042a2a0c08e5a4d8ed016f46a1e
quartz/util/path.test.ts
@@ -105,8 +105,10 @@
        ["index.md", "index"],
        ["test.mp4", "test.mp4"],
        ["note with spaces.md", "note-with-spaces"],
        ["test/special chars?.md", "test/special-chars-q"],
        ["notes.with.dots.md", "notes.with.dots"],
        ["test/special chars?.md", "test/special-chars"],
        ["test/special chars #3.md", "test/special-chars-3"],
        ["cool/what about r&d?.md", "cool/what-about-r-and-d"],
      ],
      path.slugifyFilePath,
      path.isFilePath,