build/pymake/tests/escaped-continuation.mk

branch
TOR_BUG_9701
changeset 3
141e0f1194b1
equal deleted inserted replaced
-1:000000000000 0:ef69a915903e
1 #T returncode: 2
2
3 all:
4 echo "Hello" \\
5 test "world" = "not!"
6 @echo TEST-PASS

mercurial