Skip to content

Commit 65367c7

Browse files
committed
update test after rephrasing
1 parent d3983f5 commit 65367c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/tests/tests.Rraw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11953,7 +11953,7 @@ tt[2, B:=gsub("\n","\r",B)] # base R changes the \r to a \n, so restore that
1195311953
test(1778.4, tt, DT)
1195411954
unlink(f)
1195511955
# fread has problems with mixed \r and \r\n #4186
11956-
test(1778.5, fread(text="Col1;Col2\r1;data1\r2;data2\r3;data3\r\n", verbose=TRUE), data.table(Col1=1:3, Col2=c("data1","data2","data3")), output="Single \\r")
11956+
test(1778.5, fread(text="Col1;Col2\r1;data1\r2;data2\r3;data3\r\n", verbose=TRUE), data.table(Col1=1:3, Col2=c("data1","data2","data3")), output="An \\r")
1195711957

1195811958
# #1392 IDate ITime new methods for faster conversion
1195911959
# conversion in-out match for UTC

0 commit comments

Comments
 (0)