Update test issue-41783.rs for new attribute highlighting behaviour
This commit is contained in:
parent
e83c8085a0
commit
2f19383742
1 changed files with 6 additions and 2 deletions
|
@ -12,8 +12,10 @@
|
||||||
// @!has - 'space'
|
// @!has - 'space'
|
||||||
// @!has - 'comment'
|
// @!has - 'comment'
|
||||||
// @has - '# <span class="ident">single'
|
// @has - '# <span class="ident">single'
|
||||||
// @has - '#<span class="attribute"># <span class="ident">double</span>'
|
// @has - '## <span class="ident">double</span>'
|
||||||
// @has - '#<span class="attribute">#<span class="attribute"># <span class="ident">triple</span>'
|
// @has - '### <span class="ident">triple</span>'
|
||||||
|
// @has - '<span class="attribute">#[<span class="ident">outer</span>]</span>'
|
||||||
|
// @has - '<span class="attribute">#![<span class="ident">inner</span>]</span>'
|
||||||
|
|
||||||
/// ```no_run
|
/// ```no_run
|
||||||
/// # # space
|
/// # # space
|
||||||
|
@ -21,5 +23,7 @@
|
||||||
/// ## single
|
/// ## single
|
||||||
/// ### double
|
/// ### double
|
||||||
/// #### triple
|
/// #### triple
|
||||||
|
/// ##[outer]
|
||||||
|
/// ##![inner]
|
||||||
/// ```
|
/// ```
|
||||||
pub struct Foo;
|
pub struct Foo;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue