diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2023-05-02 22:01:28 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2023-09-15 21:32:28 +0200 |
| commit | 7681f63cab88109dd8d445cf7b49cbbd63f81e75 (patch) | |
| tree | 663bd3e03b0f40c8cc0113a0d47406f374208775 /tests/rustdoc/custom_code_classes.rs | |
| parent | 4ce17fa30eeef32235e9b305f56b5651c6d35276 (diff) | |
| download | rust-7681f63cab88109dd8d445cf7b49cbbd63f81e75.tar.gz rust-7681f63cab88109dd8d445cf7b49cbbd63f81e75.zip | |
Implement new eBNF for codeblock attributes
Diffstat (limited to 'tests/rustdoc/custom_code_classes.rs')
| -rw-r--r-- | tests/rustdoc/custom_code_classes.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc/custom_code_classes.rs b/tests/rustdoc/custom_code_classes.rs index f110721c5a7..cd20d8b7d6c 100644 --- a/tests/rustdoc/custom_code_classes.rs +++ b/tests/rustdoc/custom_code_classes.rs @@ -22,7 +22,7 @@ /// /// Testing with multiple "unknown". Only the first should be used. /// -/// ```whatever4{.huhu-c} whatever5 +/// ```whatever4,{.huhu-c} whatever5 /// main; /// ``` pub struct Bar; |
