tenfourfox/build/pymake/tests/escaped-continuation.mk

7 lines
80 B
Makefile
Raw Normal View History

2017-04-19 07:56:45 +00:00
#T returncode: 2
all:
echo "Hello" \\
test "world" = "not!"
@echo TEST-PASS