about summary refs log tree commit diff
path: root/src/test/rustdoc/issue-41783.codeblock.html
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2022-08-11 23:04:01 +0200
committerGuillaume Gomez <guillaume.gomez@huawei.com>2022-08-14 13:31:46 +0200
commit6e574e100c47d1800e05d14cbaae959c11f320ed (patch)
treed2abde56c792f96d596d1ba0a29e482e021024ab /src/test/rustdoc/issue-41783.codeblock.html
parent33df8a96553fc99f9792c70a8a28491f0519718c (diff)
downloadrust-6e574e100c47d1800e05d14cbaae959c11f320ed.tar.gz
rust-6e574e100c47d1800e05d14cbaae959c11f320ed.zip
Update rustdoc tests
Diffstat (limited to 'src/test/rustdoc/issue-41783.codeblock.html')
-rw-r--r--src/test/rustdoc/issue-41783.codeblock.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/test/rustdoc/issue-41783.codeblock.html b/src/test/rustdoc/issue-41783.codeblock.html
new file mode 100644
index 00000000000..b919935e4b4
--- /dev/null
+++ b/src/test/rustdoc/issue-41783.codeblock.html
@@ -0,0 +1,5 @@
+<code># single
+## double
+### triple
+<span class="attribute">#[outer]</span>
+<span class="attribute">#![inner]</span></code>
\ No newline at end of file