summaryrefslogtreecommitdiffstats
path: root/build/pymake/tests/oneline-command-continuations.mk
blob: c11f3df524e4a4cb58d031a1a7e3e10934b854e9 (plain)
1
2
3
4
5
all: test
	@echo TEST-PASS

test: ; test "Hello \
	  world" = "Hello   world"