Update test_closed.diff

This commit is contained in:
Alastair Mooney 2022-05-20 17:18:46 +01:00 committed by GitHub
parent abbbccdbc2
commit 5aa073df5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -246,10 +246,10 @@ index 525e25d..ba4e68d 100644
- 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
index 525e25d..ba4e68d 100644
--- a/tests/example_file.R
+++ b/tests/example_file.R
--- a/tests/example_file.r
+++ b/tests/example_file.r
@@ -1,23 +1,2 @@
hello_world <- function() {
- # TODO: Come up with a more imaginative greeting
@ -258,4 +258,4 @@ hello_world <- function() {
- # TODO: Do more stuff
- # This function should probably do something more interesting
- # labels: help wanted
}
}