Skip to content

Commit 127bc7c

Browse files
committed
docs: update NEWS
1 parent bfa8390 commit 127bc7c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
* `get_code()` was extended with `names` parameter and allows the code extraction to be limited to objects stored in
66
`qenv` but limited to `names`.
7+
* Added `names()` support for `qenv` objects that determines dynamically the objects in the environment.
78

89
# teal.code 0.5.0
910

tests/testthat/test-qenv_get_code.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ testthat::test_that("extracts the code without downstream usage", {
120120
)
121121
})
122122

123-
testthat::test_that("works for datanames of length > 1", {
123+
testthat::test_that("works for names of length > 1", {
124124
code <- c(
125125
"a <- 1",
126126
"b <- 2"

0 commit comments

Comments
 (0)