Skip to content

Commit f8c0e4c

Browse files
Small update to R test file
1 parent 12869bb commit f8c0e4c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

test/R/objects.R

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,9 @@ main <- function() {
151151

152152
#
153153

154-
f <- function(){
155-
print("'#")
154+
f <- function(...){
155+
print("'#") # <- Breakpoint here to show ellipsis in variable view
156+
print(...)
156157
}
158+
159+
f(1, 2)

0 commit comments

Comments
 (0)