diff --git a/tests/oneline-command-continuations.mk b/tests/oneline-command-continuations.mk new file mode 100644 index 0000000..c11f3df --- /dev/null +++ b/tests/oneline-command-continuations.mk @@ -0,0 +1,5 @@ +all: test + @echo TEST-PASS + +test: ; test "Hello \ + world" = "Hello world"