Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Test for semicolon commands and continuations.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsmedberg committed Apr 8, 2009
1 parent 36e387f commit e2de34e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/oneline-command-continuations.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
all: test
@echo TEST-PASS

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

0 comments on commit e2de34e

Please sign in to comment.