about summary refs log tree commit diff
path: root/tests/rustdoc/custom_code_classes.rs
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2023-05-02 22:01:28 +0200
committerGuillaume Gomez <guillaume.gomez@huawei.com>2023-09-15 21:32:28 +0200
commit7681f63cab88109dd8d445cf7b49cbbd63f81e75 (patch)
tree663bd3e03b0f40c8cc0113a0d47406f374208775 /tests/rustdoc/custom_code_classes.rs
parent4ce17fa30eeef32235e9b305f56b5651c6d35276 (diff)
downloadrust-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.rs2
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;