Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed May 1, 2021
1 parent db28971 commit af3b50f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/testthat/_snaps/build-search-docs/search.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@
"text": ["cool!"],
"code": ["plot(1:10)"]
},
{
"path": ["/index.html"],
"id": ["this-section-is-unnumbered"],
"dir": [""],
"previous_headings": [""],
"what": ["This section is unnumbered"],
"title": ["A test package"],
"text": ["expect bug now."],
"code": [""]
},
{
"path": ["/news/index.html"],
"id": ["testpackage-1009000"],
Expand Down
3 changes: 3 additions & 0 deletions tests/testthat/assets/news/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ Very cool!
```r
plot(1:10)
```
## This section is unnumbered {-}

But I do not expect a bug now.

0 comments on commit af3b50f

Please sign in to comment.