build/pymake/tests/continuations-in-functions.mk

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:c54db90ce255
1 all:
2 test 'Hello world.' = '$(if 1,Hello \
3 world.)'
4 test '(Hello world.)' != '(Hello \
5 world.)'
6 @echo TEST-PASS

mercurial