Skip to content

Commit

Permalink
clarify
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Schouwenaars committed Jan 6, 2017
1 parent a0b07f8 commit 02dfe36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/experiment.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if (install) {
source(file.path(system.file(package = "testwhat"), "tests", "testthat", "helper.R"))

lst <- list(DC_PEC = "y <- 6", # set to "" if not specified
DC_SOLUTION = "x <- 10",
DC_SOLUTION = "x <- 10\na <- 12", # the entire code chunk is a single string
DC_CODE = "x <- 10",
DC_SCT = "test_object('x')")

Expand Down

0 comments on commit 02dfe36

Please sign in to comment.