build/pymake/tests/oneline-command-continuations.mk

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:1adf0ba8107d
1 all: test
2 @echo TEST-PASS
3
4 test: ; test "Hello \
5 world" = "Hello world"

mercurial