add more tests

This commit is contained in:
2026-08-11 17:41:09 -05:00
parent 9b44006c18
commit 7a32f9c8d3
14 changed files with 7023 additions and 6345 deletions
+33
View File
@@ -0,0 +1,33 @@
==================
Lorem Words
==================
{% lorem 3 w %}
---
(template
(content)
(lorem
(filtered_value
(value
(literal
(number)))))
(content))
==================
Lorem Paragraphs Random
==================
{% lorem 2 p random %}
---
(template
(content)
(lorem
(filtered_value
(value
(literal
(number)))))
(content))