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 499be6b commit 3687a4dCopy full SHA for 3687a4d
tests/docs/smoke-all/2024/08/30/10291/latex-hyphen-lang-es-no-install.qmd
@@ -6,17 +6,17 @@ _quarto:
6
tests-on-ci: false
7
tests:
8
pdf:
9
- shouldError: true
+ noErrors: true
10
printsMessage:
11
- level: INFO
12
- regex: "Unknown option 'spanish'"
+ level: WARN
+ regex: "Possibly missing hyphenation"
13
---
14
15
** This test is to be run manually as we don't want to uninstall and reinstall package in CI**
16
17
```{r}
18
#| include: false
19
-
+#| messages: 'NA'
20
# Remove the hyphen package for spanish so that the test is meaningful
21
if (tinytex::check_installed("hyphen-spanish")) {
22
message("Removing 'hyphen-spanish' package for the render")
0 commit comments