Skip to content

Commit

Permalink
Merge pull request #1639 from rstudio/update-knitr-snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
t-kalinowski authored Aug 2, 2024
2 parents 065030c + 94dcfaa commit 4e55e7c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/testthat/_snaps/python-knitr-engine/test-chunking.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ prose
print(len(y))
## 3


# Comment about type should be attached to the code below (like R).
# The output from the previous command should not be part of this
print(type(y))
Expand All @@ -49,7 +48,6 @@ prose
print(length(x))
## [1] 3


# Comment about class is attached to the code below (as expected)
print(class(x))
## [1] "numeric"

0 comments on commit 4e55e7c

Please sign in to comment.