Skip to content

Commit 5b376f4

Browse files
Add a test case
1 parent 057ee64 commit 5b376f4

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

tests/testthat/rmd/r_and_non_r_code_chunks-in.Rmd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,8 @@ I like the jungle, I like the .2'
2828
I like the jungle,
2929
```
3030

31+
32+
Code without engine
33+
```
34+
1+1
35+
```

tests/testthat/rmd/r_and_non_r_code_chunks-out.Rmd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,8 @@ I like the jungle, I like the .2'
2828
I like the jungle,
2929
```
3030

31+
32+
Code without engine
33+
```
34+
1+1
35+
```

0 commit comments

Comments
 (0)