Update tests: arity-2 @{has,matches}
-> ...text
This commit is contained in:
parent
01408fc627
commit
37eed1d1ff
40 changed files with 168 additions and 168 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue