Skip to content

Commit

Permalink
annotate test purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Apr 11, 2024
1 parent d8510b0 commit 53eaf43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/tests/nafill.Rraw
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ test(4.30, colnamesInt(dt, c(1, 4), skip_absent=NULL), error="skip_absent must b
test(4.31, colnamesInt(dt, c(1L, 1000L), skip_absent=TRUE), c(1L,0L))
cols=c(1L,100L)
test(4.32, colnamesInt(dt, cols, skip_absent=TRUE), c(1L, 0L))
test(4.33, cols, c(1L, 100L))
test(4.33, cols, c(1L, 100L)) # ensure input was not overwritten with output 0
names(dt) <- NULL
test(4.34, colnamesInt(dt, "a"), error="has no names")

Expand Down

0 comments on commit 53eaf43

Please sign in to comment.