We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38315dd commit dd04b95Copy full SHA for dd04b95
tests/test_script/scripts/test.R
@@ -42,5 +42,9 @@ if (snakemake@config[["test"]] != TRUE) {
42
stop("Error evaluating config.")
43
}
44
45
+if (snakemake@config[["foo\' bar"]] != "let\'s go") {
46
+ stop("Error with the key/value containing single quotes.")
47
+}
48
+
49
values <- scan(snakemake@input[[1]])
50
write(values, file = snakemake@output[["txt"]])
0 commit comments