added a non-executing block for test code
This commit is contained in:
parent
4479fa2d4d
commit
066be49970
@ -29,5 +29,8 @@ myFunction <- function(a, b=1) {
|
|||||||
# ==== TESTS =================================================================
|
# ==== TESTS =================================================================
|
||||||
# Enter your function tests here...
|
# Enter your function tests here...
|
||||||
|
|
||||||
|
if (FALSE) {
|
||||||
|
# test ...
|
||||||
|
}
|
||||||
|
|
||||||
# [END]
|
# [END]
|
||||||
|
Loading…
Reference in New Issue
Block a user