Skip to content

Commit 3f2b661

Browse files
tests
1 parent 2952472 commit 3f2b661

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inst/tests/tests.Rraw

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15571,8 +15571,8 @@ test(2060.155, setcoalesce(list(x)), x)
1557115571
test(2060.156, setcoalesce(list(x,y,z)), ans)
1557215572
test(2060.157, x, ans) # setcoalesce updated the first item (x) by reference
1557315573
# nan parameter, #4567
15574-
test(2060.158, fcoalesce(c(NA_real_, NaN), 0, nan=NA), c(0, NaN))
15575-
test(2060.159, fcoalesce(c(NA_real_, NaN), 0, nan=NaN), c(0, 0))
15574+
test(2060.158, fcoalesce(c(NA_real_, NaN), 0, nan=NA), c(0, 0))
15575+
test(2060.159, fcoalesce(c(NA_real_, NaN), 0, nan=NaN), c(0, NaN))
1557615576
# factor of different levels
1557715577
x = factor(c('a','b',NA,NA,'b'))
1557815578
y = factor(c('b','b','a',NA,'b'))

0 commit comments

Comments
 (0)