diff --git a/tests/testthat/_snaps/update-news.md b/tests/testthat/_snaps/update-news.md index 0234b720..cfe1e0b6 100644 --- a/tests/testthat/_snaps/update-news.md +++ b/tests/testthat/_snaps/update-news.md @@ -7,28 +7,19 @@ [1] "tea" $version - [1] '0.0.1' + [1] '0.0.0.9000' $date - [1] "2023-01-23" + [1] "2021-09-27" $preamble [1] "" $news - # A tibble: 1 x 9 - start end h2 - - 1 3 6 FALSE - raw - - 1 "# tea 0.0.1 (2023-01-23)\n\n- Added a `NEWS.md` file to track changes to the~ - section_state title version date nickname - - 1 keep tea 0.0.1 (2023-01-23) 0.0.1 (2023-01-23) + NULL $preamble_in_file - [1] TRUE + [1] FALSE attr(,"class") [1] "fledgling" @@ -56,21 +47,3 @@ } ] -# regroup_news() works - - Code - regroup_news(combined) - Output - $`Custom type` - [1] "cool right" - - $Features - [1] "- feat1" "" "- feat2" - - $Documentation - [1] "- stuff" "" "- other" "" "- again" - - $Uncategorized - [1] "- blop" "" "- etc" "" "- pof" "" "- ok" - -