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 2f61295 commit 4cdcb22Copy full SHA for 4cdcb22
tests/testthat/test-hooks.R
@@ -120,9 +120,15 @@ run_test("parsable-R",
120
error_msg = NULL
121
)
122
123
+run_test("parsable-R",
124
+ suffix = "-success.Rmd",
125
+ error_msg = NULL
126
+)
127
+
128
# failure
129
run_test("parsable-R", suffix = "-fail.R", error_msg = "not parsable")
130
131
+run_test("parsable-R", suffix = "-fail.Rmd", error_msg = "not parsable")
132
133
### . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ..
134
### spell-check ####
0 commit comments