We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chunks of the form
```{glue} line 1 line 2 ```
give an error, we probably need paste0(collapse = "n") similarly to the glue_sql engine.
paste0(collapse = "n")
glue_sql
Tests for those engines (snapshot tests?) would be great too, these are currently excluded from the coverage checks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Chunks of the form
give an error, we probably need
paste0(collapse = "n")
similarly to theglue_sql
engine.Tests for those engines (snapshot tests?) would be great too, these are currently excluded from the coverage checks.
The text was updated successfully, but these errors were encountered: