fix: add test for .mdx

This commit is contained in:
Thomas F. K. Jorna
2022-05-17 10:47:06 +02:00
parent 1ce77430b2
commit e70ad788c5
3 changed files with 25 additions and 3 deletions

View File

@@ -244,3 +244,15 @@ index 0000000..7cccc5b
+ also need to be turned into todos, and hopefully
+ kept together as one todo
+ */}
diff --git a/tests/example_file.mdx b/src/tests/example_file.mdx
new file mode 100644
index 0000000..7cccc5b
--- /dev/null
+++ b/src/tests/example_file.mdx
@@ -0,0 +1,6 @@
+ {/* TODO: Hopefully this comment turns into a todo issue */}
+ {/*
+ TODO:Multiline comments
+ also need to be turned into todos, and hopefully
+ kept together as one todo
+ */}