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 3a87660 commit d6db81eCopy full SHA for d6db81e
crates/djls-conf/src/lib.rs
@@ -654,7 +654,7 @@ kind = "variable"
654
655
// Check choice kind
656
assert!(matches!(test.args[1].kind, ArgKindDef::Choice));
657
-
+
658
// Check optional arg
659
assert!(!test.args[2].required);
660
}
crates/djls-semantic/src/templatetags/specs.rs
@@ -158,7 +158,7 @@ impl From<&djls_conf::Settings> for TagSpecs {
158
// Convert and merge user-defined tagspecs from all libraries
159
let mut user_specs = FxHashMap::default();
160
let tagspec_doc = settings.tagspecs();
161
162
for library in &tagspec_doc.libraries {
163
for tag_def in &library.tags {
164
let name = tag_def.name.clone();
0 commit comments