Update mod.rs

This commit is contained in:
Tuyen Pham 2021-02-21 13:28:16 +07:00 committed by Eric Huss
parent 7cae3a058d
commit cc74ca2e6e
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@ more text with spaces
```
"#;
let expected = r#"<pre><code class="language-rust,no_run,,,should_panic,,property_3"></code></pre>
let expected = r#"<pre><code class="language-rust,,,,,no_run,,,should_panic,,,,property_3"></code></pre>
"#;
assert_eq!(render_markdown(input, false), expected);
assert_eq!(render_markdown(input, true), expected);