1
Fork 0

Update rustdoc tests

This commit is contained in:
Guillaume Gomez 2022-08-11 23:04:01 +02:00
parent 33df8a9655
commit 6e574e100c
8 changed files with 41 additions and 40 deletions

View file

@ -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;