Accept whitespace-only RD changes.

This commit is contained in:
trestletech
2019-06-19 15:29:54 -05:00
parent ecefdcd951
commit 152bd5841c
11 changed files with 12 additions and 24 deletions

View File

@@ -60,8 +60,7 @@ the following:
If any of these values happen to be valid, you can explicitly turn them to
logical values. For example, if you allow \code{NA} but not \code{NULL}, you
can use the condition \code{!is.null(input$foo)}, because \code{!is.null(NA)
== TRUE}.
can use the condition \code{!is.null(input$foo)}, because \code{!is.null(NA) == TRUE}.
If you need validation logic that differs significantly from \code{need}, you
can create other validation test functions. A passing test should return