Made records produce a document name.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s

This commit is contained in:
2026-02-13 15:04:16 -05:00
parent 115910120c
commit 62335d8682
7 changed files with 74 additions and 20 deletions

View File

@@ -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() {