Compare commits
2 Commits
72c450c547
...
v0.9.4
Author | SHA1 | Date | |
---|---|---|---|
5397c85397
|
|||
72f5dd8372
|
@@ -39,7 +39,6 @@
|
|||||||
if not is_none(keywords) {
|
if not is_none(keywords) {
|
||||||
assert_dict_has(force_langs, keywords, "keywords");
|
assert_dict_has(force_langs, keywords, "keywords");
|
||||||
}
|
}
|
||||||
assert_not_none(acknowledgement_content, "acknowledgement content");
|
|
||||||
if language == "cs" {
|
if language == "cs" {
|
||||||
assert_not_none(author_pronouns, "author gender");
|
assert_not_none(author_pronouns, "author gender");
|
||||||
}
|
}
|
||||||
|
@@ -38,7 +38,6 @@
|
|||||||
if not is_none(keywords) {
|
if not is_none(keywords) {
|
||||||
assert_dict_has(force_langs, keywords, "keywords");
|
assert_dict_has(force_langs, keywords, "keywords");
|
||||||
}
|
}
|
||||||
assert_not_none(acknowledgement_content, "acknowledgement content");
|
|
||||||
if language == "cs" {
|
if language == "cs" {
|
||||||
assert_not_none(author_pronouns, "author gender");
|
assert_not_none(author_pronouns, "author gender");
|
||||||
}
|
}
|
||||||
|
@@ -68,7 +68,7 @@
|
|||||||
abstract, "dictionary[string : string | content] | none", "abstract argument"
|
abstract, "dictionary[string : string | content] | none", "abstract argument"
|
||||||
);
|
);
|
||||||
assert_type_signature(
|
assert_type_signature(
|
||||||
acknowledgement, "dictionary[string : string] | none", "acknowledgement content"
|
acknowledgement, "dictionary[string : string | content] | none", "acknowledgement content"
|
||||||
);
|
);
|
||||||
assert_type_signature(author, "string | none", "author argument");
|
assert_type_signature(author, "string | none", "author argument");
|
||||||
assert_type_signature(author_pronouns, "string | none", "author gender argument");
|
assert_type_signature(author_pronouns, "string | none", "author gender argument");
|
||||||
|
Reference in New Issue
Block a user