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

@ -10,14 +10,14 @@
//
// compile-flags: --document-private-items
// @has macro_document_private_duplicate/index.html 'Doc 1.'
// @has macro_document_private_duplicate/macro.a_macro.html 'Doc 1.'
// @hastext macro_document_private_duplicate/index.html 'Doc 1.'
// @hastext macro_document_private_duplicate/macro.a_macro.html 'Doc 1.'
/// Doc 1.
macro_rules! a_macro {
() => ()
}
// @has macro_document_private_duplicate/index.html 'Doc 2.'
// @hastext macro_document_private_duplicate/index.html 'Doc 2.'
// @!has macro_document_private_duplicate/macro.a_macro.html 'Doc 2.'
/// Doc 2.
macro_rules! a_macro {