mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-25 07:16:42 +00:00
added Rmd-Support, tests subsumised under md
This commit is contained in:
@@ -279,19 +279,6 @@ index 0000000..7cccc5b
|
||||
+ kept together as one todo
|
||||
+ */}
|
||||
+ - [ ] TODO: An inline todo that's NOT a comment (what)
|
||||
diff --git a/tests/example_file.rmd b/src/tests/example_file.rmd
|
||||
new file mode 100644
|
||||
index 0000000..7cccc5b
|
||||
--- /dev/null
|
||||
+++ b/src/tests/example_file.rmd
|
||||
@@ -0,0 +1,7 @@
|
||||
+ {/* 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
|
||||
+ */}
|
||||
+ - [ ] TODO: An inline todo that's NOT a comment (what)
|
||||
diff --git a/tests/example_file.mdx b/src/tests/example_file.mdx
|
||||
new file mode 100644
|
||||
index 0000000..7cccc5b
|
||||
@@ -319,6 +306,32 @@ index 0000000..525e25d
|
||||
+ # This function should probably do something more interesting
|
||||
+ # labels: help wanted
|
||||
+}
|
||||
diff --git a/tests/example_file.rmd b/src/tests/example_file.rmd
|
||||
new file mode 100644
|
||||
index 0000000..525e25d
|
||||
--- /dev/null
|
||||
+++ b/src/tests/example_file.rmd
|
||||
@@ -0,0 +1,7 @@
|
||||
+ {/* 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
|
||||
+ */}
|
||||
+ - [ ] TODO: An inline todo that's NOT a comment (what)
|
||||
diff --git a/tests/example_file.qmd b/src/tests/example_file.qmd
|
||||
new file mode 100644
|
||||
index 0000000..525e25d
|
||||
--- /dev/null
|
||||
+++ b/src/tests/example_file.qmd
|
||||
@@ -0,0 +1,7 @@
|
||||
+ {/* 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
|
||||
+ */}
|
||||
+ - [ ] TODO: An inline todo that's NOT a comment (what)
|
||||
diff --git a/tests/config.jsonc b/tests/config.jsonc
|
||||
new file mode 100644
|
||||
index 0000000..525e25d
|
||||
|
||||
Reference in New Issue
Block a user