Skip to content

Commit 4db3948

Browse files
committed
updated condition
1 parent 73263c3 commit 4db3948

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
@@ -21146,11 +21146,11 @@ test(2315.1, {
2114621146
dt <- data.table(short=1:3, verylongcolumnname=4:6)
2114721147
print(dt, col.names="none")
2114821148
}, output="1: 1 4\n2: 2 5\n3: 3 6")
21149-
test(2313.2, {
21149+
test(2315.2, {
2115021150
dt <- data.table(x=123456, y="wide_string")
2115121151
print(dt, col.names="none")
2115221152
}, output="1: 123456 wide_string")
21153-
test(2313.3, {
21153+
test(2315.3, {
2115421154
dt <- data.table(a=NA_integer_, b=NaN)
2115521155
print(dt, col.names="none")
2115621156
}, output="1: NA NaN\n")

0 commit comments

Comments
 (0)