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
5aa073df5e
commit
13ebb378a7
@ -258,11 +258,11 @@ index 0000000..7cccc5b
|
|||||||
+ kept together as one todo
|
+ kept together as one todo
|
||||||
+ */}
|
+ */}
|
||||||
+ - [ ] TODO: An inline todo that's NOT a comment (what)
|
+ - [ ] TODO: An inline todo that's NOT a comment (what)
|
||||||
diff --git a/tests/example_file.py b/tests/example_file.R
|
diff --git a/tests/example_file.r b/tests/example_file.r
|
||||||
new file mode 100644
|
new file mode 100644
|
||||||
index 0000000..525e25d
|
index 0000000..525e25d
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/tests/example_file.R
|
+++ b/tests/example_file.r
|
||||||
@@ -0,0 +1,23 @@
|
@@ -0,0 +1,23 @@
|
||||||
+hello_world <- function() {
|
+hello_world <- function() {
|
||||||
+ # TODO: Come up with a more imaginative greeting
|
+ # TODO: Come up with a more imaginative greeting
|
||||||
@ -271,4 +271,4 @@ index 0000000..525e25d
|
|||||||
+ # TODO: Do more stuff
|
+ # TODO: Do more stuff
|
||||||
+ # This function should probably do something more interesting
|
+ # This function should probably do something more interesting
|
||||||
+ # labels: help wanted
|
+ # labels: help wanted
|
||||||
+}
|
+}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user