We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea2ede4 commit 0263354Copy full SHA for 0263354
crates/djls-templates/src/templatetags/snippets.rs
@@ -225,7 +225,7 @@ mod tests {
225
};
226
227
let snippet = generate_snippet_for_tag_with_end("block", &spec);
228
- assert_eq!(snippet, "block ${1:name} %}\n$0\n{% endblock ${1}");
+ assert_eq!(snippet, "block ${1:name} %}\n$0\n{% endblock ${1} %}");
229
}
230
231
#[test]
0 commit comments