diff --git a/tests/docs/smoke-all/2023/10/04/content-hidden.qmd b/tests/docs/smoke-all/2023/10/04/content-hidden.qmd index f8b16d67905..f470c85ec04 100644 --- a/tests/docs/smoke-all/2023/10/04/content-hidden.qmd +++ b/tests/docs/smoke-all/2023/10/04/content-hidden.qmd @@ -8,11 +8,11 @@ _quarto: - [".do-not-be-here"] --- -```{.content-visible when-format="html" .be-here} +```{.content-visible .be-here when-format="html"} 2+2 ``` -```{.content-hidden when-format="html" .do-not-be-here} +```{.content-hidden .do-not-be-here when-format="html"} 2+2 ``` diff --git a/tests/docs/smoke-all/2024/05/20/9724.qmd b/tests/docs/smoke-all/2024/05/20/9724.qmd index 9702c19af77..cfde52e6727 100644 --- a/tests/docs/smoke-all/2024/05/20/9724.qmd +++ b/tests/docs/smoke-all/2024/05/20/9724.qmd @@ -7,7 +7,7 @@ _quarto: - [] --- -```{.python filename="run_experiments.py" #lst-1 lst-cap="Corpus Loading/Generation Logic"} +```{#lst-1 .python filename="run_experiments.py" lst-cap="Corpus Loading/Generation Logic"} line 1 line 2 ```