Skip to content

Commit

Permalink
Update test_new.diff
Browse files Browse the repository at this point in the history
  • Loading branch information
alstr committed May 20, 2022
1 parent 5aa073d commit 13ebb37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_new.diff
Expand Up @@ -258,11 +258,11 @@ index 0000000..7cccc5b
+ kept together as one todo
+ */}
+ - [ ] 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
index 0000000..525e25d
--- /dev/null
+++ b/tests/example_file.R
+++ b/tests/example_file.r
@@ -0,0 +1,23 @@
+hello_world <- function() {
+ # TODO: Come up with a more imaginative greeting
Expand All @@ -271,4 +271,4 @@ index 0000000..525e25d
+ # TODO: Do more stuff
+ # This function should probably do something more interesting
+ # labels: help wanted
+}
+}

0 comments on commit 13ebb37

Please sign in to comment.