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