iocaine/tests/data/templates/paragraphs/main.hbs
Gergely Nagy aa4c387605
Some checks are pending
build / binary (push) Waiting to run
build / binary-static (push) Waiting to run
build / container (push) Waiting to run
build / clippy (push) Waiting to run
lint / linting (push) Waiting to run
Add a number of tests
These are quite... simple, and cover little, but it's more than nothing!

While there, enable tests in the Nix package, so they're run in CI too.

Signed-off-by: Gergely Nagy <me@gergo.csillger.hu>
2025-01-30 09:18:35 +01:00

5 lines
107 B
Handlebars

{{#each paragraphs}}
<paragraph>
{{ markov-gen "garbage" this.index this.value }}
</paragraph>
{{/each}}