diff options
author | Qrius <[email protected]> | 2025-04-24 10:02:41 +0200 |
---|---|---|
committer | Qrius <[email protected]> | 2025-04-24 10:02:43 +0200 |
commit | c741ed92778812beef7ea57cb073745b28ec046a (patch) | |
tree | 14f843980f78aa54fe11f1922b1ece201e5174f7 /tests/smp/array_push_4 | |
parent | 82df20d90a978535024cc2b8b87c7a2cfcfc1f7b (diff) | |
download | skaldpress-c741ed92778812beef7ea57cb073745b28ec046a.tar.gz skaldpress-c741ed92778812beef7ea57cb073745b28ec046a.zip |
Fix inconsistencies with expansion of text strings and the array macros
Diffstat (limited to 'tests/smp/array_push_4')
-rw-r--r-- | tests/smp/array_push_4 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/smp/array_push_4 b/tests/smp/array_push_4 new file mode 100644 index 0000000..b875c7f --- /dev/null +++ b/tests/smp/array_push_4 @@ -0,0 +1,9 @@ +define_array(A)DNL +array_push(A, a, b, c)DNL +array_push(A, d, e, f)DNL +define(ITEM, %"$0$1$2 +"%)DNL +array_each(A, ITEM) +--- +abc +def |