Skip to content

Commit 5a4834c

Browse files
committed
Fix filename mismatch in T10b test case
Use _excluded.qmd consistently in both setup and steps.
1 parent 5e21233 commit 5a4834c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/docs/manual/preview/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ For tests without Jupyter execution (T9, T10, T11), verify no `.quarto_ipynb` fi
8989

9090
#### T10b: File excluded from project inputs (regression)
9191

92-
- **Setup:** Website project with `_quarto.yml`. Create `excluded.qmd` with a Python cell that is NOT listed in the project's input files (e.g., starts with `_`)
92+
- **Setup:** Website project with `_quarto.yml`. Create `_excluded.qmd` with a Python cell (files starting with `_` are excluded from project inputs by default)
9393
- **Steps:** `quarto preview _excluded.qmd`, save 3 times, check files, Ctrl+C
9494
- **Expected:** Falls back to single-file preview (not project preview). At most one `.quarto_ipynb`.
9595
- **Catches:** Context reuse from cmd.ts incorrectly applying project semantics to excluded files

0 commit comments

Comments
 (0)