You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/docs/manual/preview/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ For tests without Jupyter execution (T9, T10, T11), verify no `.quarto_ipynb` fi
89
89
90
90
#### T10b: File excluded from project inputs (regression)
91
91
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)
93
93
-**Steps:**`quarto preview _excluded.qmd`, save 3 times, check files, Ctrl+C
94
94
-**Expected:** Falls back to single-file preview (not project preview). At most one `.quarto_ipynb`.
95
95
-**Catches:** Context reuse from cmd.ts incorrectly applying project semantics to excluded files
0 commit comments