added a non-executing block for test code

This commit is contained in:
hyginn 2017-10-28 23:07:52 -04:00
parent 4479fa2d4d
commit 066be49970

View File

@ -29,5 +29,8 @@ myFunction <- function(a, b=1) {
# ==== TESTS =================================================================
# Enter your function tests here...
if (FALSE) {
# test ...
}
# [END]