From 5394cfcf6e0ab0d110429b22dffa7e8bd1cf39dc Mon Sep 17 00:00:00 2001 From: Qrius Date: Fri, 21 Feb 2025 12:51:08 +0100 Subject: first version of python rewrite --- tests/input_files/array_each_1 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/input_files/array_each_1 (limited to 'tests/input_files/array_each_1') diff --git a/tests/input_files/array_each_1 b/tests/input_files/array_each_1 new file mode 100644 index 0000000..5844d71 --- /dev/null +++ b/tests/input_files/array_each_1 @@ -0,0 +1,7 @@ +define_array(arr)DNL +define(item, $0)DNL +array_push(arr, test)DNL +array_push(arr, tast)DNL +array_each(arr, item) +--- +testtast -- cgit v1.2.3