Skip to content

Commit 8f1d3f2

Browse files
Update mod.rs
1 parent d7af6d9 commit 8f1d3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ more text with spaces
379379
```
380380
"#;
381381

382-
let expected = r#"<pre><code class="language-rust,no_run,,,should_panic,,property_3"></code></pre>
382+
let expected = r#"<pre><code class="language-rust,,,,,no_run,,,should_panic,,,,property_3"></code></pre>
383383
"#;
384384
assert_eq!(render_markdown(input, false), expected);
385385
assert_eq!(render_markdown(input, true), expected);

0 commit comments

Comments
 (0)