mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-23 06:16:43 +00:00
Update test_new.diff
This commit is contained in:
parent
903c9cdf92
commit
228e74fe0e
@ -312,26 +312,14 @@ index 0000000..525e25d
|
|||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/src/tests/example_file.rmd
|
+++ b/src/tests/example_file.rmd
|
||||||
@@ -0,0 +1,7 @@
|
@@ -0,0 +1,7 @@
|
||||||
+ {/* TODO: Hopefully this comment turns into a todo issue */}
|
+<!-- TODO: Check RMarkdown comments work -->
|
||||||
+ {/*
|
|
||||||
+ 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
|
diff --git a/tests/example_file.qmd b/src/tests/example_file.qmd
|
||||||
new file mode 100644
|
new file mode 100644
|
||||||
index 0000000..525e25d
|
index 0000000..525e25d
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/src/tests/example_file.qmd
|
+++ b/src/tests/example_file.qmd
|
||||||
@@ -0,0 +1,7 @@
|
@@ -0,0 +1,7 @@
|
||||||
+ {/* TODO: Hopefully this comment turns into a todo issue */}
|
+<!-- TODO: Check RMarkdown comments work -->
|
||||||
+ {/*
|
|
||||||
+ 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
|
diff --git a/tests/config.jsonc b/tests/config.jsonc
|
||||||
new file mode 100644
|
new file mode 100644
|
||||||
index 0000000..525e25d
|
index 0000000..525e25d
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user