fix: add another test for notes with dots

This commit is contained in:
Jacky Zhao 2024-01-13 09:27:00 -08:00
parent 6babb788ed
commit 4014c4d6d6

View file

@ -105,6 +105,7 @@ describe("transforms", () => {
["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"],
],