From 4f47fbf953faae5d38bdc4e709aa8872e3914418 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 14 Nov 2011 07:31:06 +0000 Subject: Be sure to start parsing prereqs in the right place even if there are escape characters (backslashes) in the target name. See Savannah bug #33399 --- tests/scripts/features/double_colon | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tests/scripts/features/double_colon') diff --git a/tests/scripts/features/double_colon b/tests/scripts/features/double_colon index cad605d..1097775 100644 --- a/tests/scripts/features/double_colon +++ b/tests/scripts/features/double_colon @@ -151,5 +151,14 @@ two'); unlink('result','one','two'); +# TEST 10: check for proper backslash handling +# Savannah bug #33399 + +run_make_test(' +a\ xb :: ; @echo one +a\ xb :: ; @echo two +', + '', "one\ntwo\n"); + # This tells the test driver that the perl test script executed properly. 1; -- cgit v1.2.3