Made records produce a document name.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
This commit is contained in:
@@ -131,7 +131,7 @@ mod paths {
|
||||
(Name::english("one"), MsgAction::Show),
|
||||
(
|
||||
Name::english("two"),
|
||||
MsgAction::Records(Records::new(Names::new())),
|
||||
MsgAction::Records(Records::new(vec![Name::english("two")], Names::new())),
|
||||
),
|
||||
];
|
||||
for item in input.iter() {
|
||||
|
||||
Reference in New Issue
Block a user