Skip to content

Commit 5c5d6d3

Browse files
Tweak test file
1 parent 83fb333 commit 5c5d6d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/R/objects.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ s3 <- "a"
119119
s4 <- 1 + 2i
120120
s5 <- TRUE
121121
s6 <- charToRaw("h")
122-
# s7 <- 'öé' # <- this currently causes the debugger to freeze!!!
122+
s7 <- 'öé'
123+
s8 <- '\xf6' # <- this is read literally on linux, windows-4.2.2; but as "ö" on windows-4.1.0 (?)
123124

124125
# ...
125126
fun <- function(x, y=x, ...) {

0 commit comments

Comments
 (0)