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

6 lines
80 B
Makefile
Raw Normal View History

#T returncode: 2
all:
echo "Hello" \\
test "world" = "not!"
@echo TEST-PASS