aboutsummaryrefslogtreecommitdiff
path: root/tests/smp/array_each_1
diff options
context:
space:
mode:
authorQrius <[email protected]>2025-03-05 08:41:05 +0100
committerQrius <[email protected]>2025-03-05 08:41:08 +0100
commit313e059f367f2ac291cd409e77d22673f9595848 (patch)
tree6440ebdd65e015f8c6b0147fd8eb5f877f35c34e /tests/smp/array_each_1
parent5fb097851d88b42188ee0502270d8c336102783a (diff)
downloadskaldpress-313e059f367f2ac291cd409e77d22673f9595848.tar.gz
skaldpress-313e059f367f2ac291cd409e77d22673f9595848.zip
First iteration of py skaldpress version
Diffstat (limited to 'tests/smp/array_each_1')
-rw-r--r--tests/smp/array_each_17
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/smp/array_each_1 b/tests/smp/array_each_1
new file mode 100644
index 0000000..5844d71
--- /dev/null
+++ b/tests/smp/array_each_1
@@ -0,0 +1,7 @@
+define_array(arr)DNL
+define(item, <span>$0</span>)DNL
+array_push(arr, test)DNL
+array_push(arr, tast)DNL
+array_each(arr, item)
+---
+<span>test</span><span>tast</span>