Skip to content

Commit

Permalink
Update rustdoc test for ## handling
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Dec 11, 2023
1 parent 0099ec3 commit 289eeac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions tests/rustdoc/issue-41783.codeblock.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<code># single
## double
### triple
<span class="attr">#[outer]
#![inner]</span></code>
<code>## single
### double
#### triple
#<span class="attr">#[outer]
</span>#<span class="attr">#![inner]</span></code>
2 changes: 1 addition & 1 deletion tests/rustdoc/issue-41783.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// @hasraw - '<span class="attr">#[outer]'
// @!hasraw - '<span class="attr">#[outer]</span>'
// @hasraw - '#![inner]</span>'
// @!hasraw - '<span class="attr">#![inner]</span>'
// @hasraw - '#<span class="attr">#![inner]</span>'
// @snapshot 'codeblock' - '//*[@class="toggle top-doc"]/*[@class="docblock"]//pre/code'

/// ```no_run
Expand Down

0 comments on commit 289eeac

Please sign in to comment.