From 4185b0b3193345f793ca7a5268fb67ab65e57655 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Thu, 26 Sep 2019 12:11:23 +0200 Subject: Make preprocessor nested parens test slightly trickier Macros should still be expanded within nested parentheses. Test it. --- tests/Kpreprocess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Kpreprocess b/tests/Kpreprocess index f9aca10..283a988 100644 --- a/tests/Kpreprocess +++ b/tests/Kpreprocess @@ -123,7 +123,7 @@ shell-stderr-res := $(shell,echo message on stderr >&2) # Nested parens in macro call. Should give a single argument. Test it with # $(shell) to get a free argument number check. -parens-res = pre-$(shell,echo '(a,b,(c,d),e)')-post +parens-res = pre-$(shell,echo '(a,$(b-char),(c,d),e)')-post # Expands to the current location location-res := $(filename):$(lineno) -- cgit v1.2.3