diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-08-11 23:04:01 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-08-14 13:31:46 +0200 |
| commit | 6e574e100c47d1800e05d14cbaae959c11f320ed (patch) | |
| tree | d2abde56c792f96d596d1ba0a29e482e021024ab /src/test/rustdoc/issue-41783.codeblock.html | |
| parent | 33df8a96553fc99f9792c70a8a28491f0519718c (diff) | |
| download | rust-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.html | 5 |
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 |
