Fix depfile parser test case line continuation

Escape newlines for line continuation in the SpecialChars test case.
Otherwise the test does not cover valid Makefile syntax.  The missing
line continuation was tolerated by our parser but is never (not)
produced by a real compiler.
1 file changed