Update rustdoc tests
This commit is contained in:
parent
33df8a9655
commit
6e574e100c
8 changed files with 41 additions and 40 deletions
|
@ -5,14 +5,12 @@
|
|||
|
||||
// @has 'foo/macro.todo.html'
|
||||
// @has - '//span[@class="macro"]' 'macro_rules!'
|
||||
// @has - '//span[@class="ident"]' 'todo'
|
||||
// @hasraw - ' todo {'
|
||||
|
||||
// @hasraw - '{ () => { ... }; ($('
|
||||
// @has - '//span[@class="macro-nonterminal"]' '$'
|
||||
// @has - '//span[@class="macro-nonterminal"]' 'arg'
|
||||
// @hasraw - ':'
|
||||
// @has - '//span[@class="ident"]' 'tt'
|
||||
// @hasraw - ')+'
|
||||
// @hasraw - ':tt)+'
|
||||
// @hasraw - ') => { ... }; }'
|
||||
pub use std::todo;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue