Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/docs/smoke-all/2023/10/29/6985-b.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ code-fold: true
```

```{js}
#| file: script.js
//| file: script.js
```
5 changes: 3 additions & 2 deletions tests/docs/smoke-all/knitr/eng-sql.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: cell output display wrapping for sql engine
engine: knitr
format: html
keep-md: true
filters:
- at: pre-quarto
path: check-output-display.lua
Expand All @@ -15,8 +16,8 @@ dbWriteTable(con, "mtcars", mtcars)
```

```{sql}
#| column: margin
#| connection: con
--| column: margin
--| connection: con

select cyl from mtcars limit 5
```
2 changes: 1 addition & 1 deletion tests/docs/test-knitr-sql.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ORDER BY manufacturer, displ DESC
New way to write this option

```{sql}
#| connection: con
--| connection: con
SELECT manufacturer, displ, cty
FROM mpg
ORDER BY manufacturer, displ DESC
Expand Down
Loading