Skip to content

Commit c35a0c8

Browse files
committed
feat: test linting of qmd
1 parent e1e9c3e commit c35a0c8

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

tests/testthat/in/lintr-fail.qmd

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: "Test doc: fail lintr"
3+
format: html
4+
---
5+
6+
```{r}
7+
sum(1,2)
8+
```
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: "Test doc: success lintr"
3+
format: html
4+
---
5+
6+
```{r}
7+
sum(1, 2)
8+
```

0 commit comments

Comments
 (0)