comparison: build/pymake/tests/oneline-command-continuations.mk
build/pymake/tests/oneline-command-continuations.mk
- branch
- TOR_BUG_9701
- changeset 3
- 141e0f1194b1
equal
deleted
inserted
replaced
|
1 all: test |
|
2 @echo TEST-PASS |
|
3 |
|
4 test: ; test "Hello \ |
|
5 world" = "Hello world" |