We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cdcb22 commit 3eceb3fCopy full SHA for 3eceb3f
tests/testthat/test-all.R
@@ -108,17 +108,9 @@ run_test("parsable-R",
108
error_msg = NULL
109
)
110
111
-run_test("parsable-R",
112
- suffix = "-success.Rmd",
113
- error_msg = NULL
114
-)
115
-
116
# failure
117
run_test("parsable-R", suffix = "-fail.R", error_msg = "not parsable")
118
119
-run_test("parsable-R", suffix = "-fail.Rmd", error_msg = "not parsable")
120
121
122
123
### . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ..
124
### spell-check ####
0 commit comments