From 01d9e5a821a7027f0979768be1e36edaed682f36 Mon Sep 17 00:00:00 2001 From: Colin Rundel Date: Tue, 19 Aug 2025 10:03:18 -0400 Subject: [PATCH] Fix argument order --- tests/docs/smoke-all/2023/10/04/content-hidden.qmd | 4 ++-- tests/docs/smoke-all/2024/05/20/9724.qmd | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 ```