Closed dpastoor closed 4 years ago
So the reason this is breaking is because on this commit
(chore: putting back contents of simple integration test (accidentally deleted before
,
on the commit_summary
it has an loose parenthesis
chore: putting back contents of simple integration test (accidentally
So the function is trying to do this:
stringr::str_replace_all("chore: putting back contents of simple integration test (accidentally deleted before)", "chore: putting back contents of simple integration test (accidentally…", "")
Replacing str_replace_all
with gsub
and setting fixed = TRUE
resolved this issue. Also added in a test for broken regex characters in the commit
In the provided vignette: