Skip to content

Commit c133c89

Browse files
krlmlraviator-bot
authored and
aviator-bot
committed
[create-pull-request] automated change
1 parent bd52198 commit c133c89

File tree

4 files changed

+9
-21
lines changed

4 files changed

+9
-21
lines changed

Diff for: tests/testthat/_snaps/update-news.md

+6-9
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,12 @@
1717
1818
$news
1919
# A tibble: 1 x 10
20-
start end h2
21-
<int> <int> <lgl>
22-
1 3 6 FALSE
23-
raw
24-
<chr>
25-
1 "# tea 0.0.1 (2023-01-23)\n\n- Added a `NEWS.md` file to track changes to the~
26-
news section_state title version date nickname
27-
<list> <chr> <chr> <chr> <chr> <chr>
28-
1 <named list [1]> keep tea 0.0.1 (2023-01-23) 0.0.1 (2023-~ <NA>
20+
start end h2 raw news
21+
<int> <int> <lgl> <chr> <list>
22+
1 3 6 FALSE "# tea 0.0.1 (2023-01-23)\n\n- One.\n" <named list [1]>
23+
section_state title version date nickname
24+
<chr> <chr> <chr> <chr> <chr>
25+
1 keep tea 0.0.1 (2023-01-23) 0.0.1 (2023-01-23) <NA>
2926
3027
$preamble_in_file
3128
[1] TRUE

Diff for: tests/testthat/_snaps/update-news/newchangelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
# tea 0.0.0.9001 (2023-03-20)
44

5-
- Added a `NEWS.md` file to track changes to the package.
5+
- One.
66

Diff for: tests/testthat/_snaps/update-news/samedev-updated.md

+1-8
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,7 @@
22

33
# fledge (development version)
44

5-
## Bug fixes
6-
7-
- Horrible bug.
8-
9-
## Features
10-
11-
- Neat helper.
12-
- New stuff.
5+
- One.
136

147

158
# fledge 0.1.0

Diff for: tests/testthat/_snaps/update-news/samedev.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
# fledge (development version)
44

5-
## Features
6-
7-
- New stuff.
5+
- One.
86

97

108
# fledge 0.1.0

0 commit comments

Comments
 (0)