aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/autolink.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/autolink.rs b/tests/autolink.rs
index 3882264..f0486ef 100644
--- a/tests/autolink.rs
+++ b/tests/autolink.rs
@@ -8,7 +8,7 @@ const DANGER: &Options = &Options {
};
#[test]
-fn code_fenced() {
+fn autolink() {
assert_eq!(
micromark("```\n<\n >\n```"),
"<pre><code>&lt;\n &gt;\n</code></pre>",