Skip to content

Commit

Permalink
updated mock file, closes #5754
Browse files Browse the repository at this point in the history
  • Loading branch information
jangorecki committed Nov 23, 2023
1 parent 2fa548b commit 6126eea
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions tests/knitr.Rout.mock
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ DT # yes
```

```
## x y
## 1: 1 4
## 2: 2 5
## 3: 3 6
## x y
## <int> <int>
## 1: 1 4
## 2: 2 5
## 3: 3 6
```

```r
Expand All @@ -20,10 +21,11 @@ print(DT[, z := 10:12]) # yes
```

```
## x y z
## 1: 1 4 10
## 2: 2 5 11
## 3: 3 6 12
## x y z
## <int> <int> <int>
## 1: 1 4 10
## 2: 2 5 11
## 3: 3 6 12
```

```r
Expand All @@ -32,10 +34,11 @@ DT # yes
```

```
## x y z a
## 1: 1 4 10 1
## 2: 2 5 11 1
## 3: 3 6 12 1
## x y z a
## <int> <int> <int> <int>
## 1: 1 4 10 1
## 2: 2 5 11 1
## 3: 3 6 12 1
```
Some text.

0 comments on commit 6126eea

Please sign in to comment.