Skip to content

Commit

Permalink
Small update to R test file
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelHentschel committed Jun 26, 2024
1 parent 12869bb commit f8c0e4c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions test/R/objects.R
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ main <- function() {

#

f <- function(){
print("'#")
f <- function(...){
print("'#") # <- Breakpoint here to show ellipsis in variable view
print(...)
}

f(1, 2)

0 comments on commit f8c0e4c

Please sign in to comment.