1
Fork 0

Update tests: arity-2 @{has,matches} -> ...text

This commit is contained in:
Noah Lev 2022-08-10 13:10:04 -07:00
parent 01408fc627
commit 37eed1d1ff
40 changed files with 168 additions and 168 deletions

View file

@ -7,7 +7,7 @@
//!
//! [link]: https://example.com
// @has search-index.js 'This <em>summary</em> has a link and <code>code</code>.'
// @hastext search-index.js 'This <em>summary</em> has a link and <code>code</code>.'
// @!has - 'second paragraph'
/// This `code` will be rendered in a code tag.
@ -15,8 +15,8 @@
/// This text should not be rendered.
pub struct Sidebar;
// @has search-index.js 'This <code>code</code> will be rendered in a code tag.'
// @has summaries/sidebar-items.js 'This `code` will be rendered in a code tag.'
// @hastext search-index.js 'This <code>code</code> will be rendered in a code tag.'
// @hastext summaries/sidebar-items.js 'This `code` will be rendered in a code tag.'
// @!has - 'text should not be rendered'
/// ```text