From c741ed92778812beef7ea57cb073745b28ec046a Mon Sep 17 00:00:00 2001 From: Qrius Date: Thu, 24 Apr 2025 10:02:41 +0200 Subject: Fix inconsistencies with expansion of text strings and the array macros --- tests/smp/array_push_4 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/smp/array_push_4 (limited to 'tests/smp/array_push_4') 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 -- cgit v1.2.3