X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tests%2Fscripts%2Ffeatures%2Fdouble_colon;h=1097775bfd2d2b88df0ea26cfd53d73ec63d3ed8;hb=e15597c3e85dedc015ff923a88febd46a1551f71;hp=cad605dbbd71a2e4ef1a7a5027d6a49b03a6a3da;hpb=9789b4dba120180760ec948089fc98ebab6eb28b;p=platform%2Fupstream%2Fmake.git 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;