comparison: build/pymake/tests/escaped-continuation.mk
build/pymake/tests/escaped-continuation.mk
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
1 #T returncode: 2 |
|
2 |
|
3 all: |
|
4 echo "Hello" \\ |
|
5 test "world" = "not!" |
|
6 @echo TEST-PASS |