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