From 13ebb378a7e44e30389d43987a0508299531c0d5 Mon Sep 17 00:00:00 2001 From: Alastair Mooney Date: Fri, 20 May 2022 17:19:25 +0100 Subject: [PATCH] Update test_new.diff --- tests/test_new.diff | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test_new.diff b/tests/test_new.diff index c9aadb7..7aa01e1 100644 --- a/tests/test_new.diff +++ b/tests/test_new.diff @@ -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 @@ -271,4 +271,4 @@ index 0000000..525e25d + # TODO: Do more stuff + # This function should probably do something more interesting + # labels: help wanted -+} \ No newline at end of file ++}