From 71385e12250ea56ddb2186f22a3f741684562ac5 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Fri, 5 Jun 2009 01:17:29 +0000 Subject: - Add forgotten variable/define test suite - Skip initial whitespace including formfeeds, vertical tab, etc. - Add tests for that - Fix the variable/SHELL test; it was wrong! --- tests/scripts/misc/general4 | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'tests/scripts/misc/general4') diff --git a/tests/scripts/misc/general4 b/tests/scripts/misc/general4 index ccccf88..e67323b 100644 --- a/tests/scripts/misc/general4 +++ b/tests/scripts/misc/general4 @@ -80,4 +80,17 @@ dir/subdir/%.$$a: dir/subdir/%.$$b ; @echo 'cp $< $@' !, '', "mkdir -p dir/subdir\ntouch dir/subdir/file.\$b\ncp dir/subdir/file.\$b dir/subdir/file.\$a\n"); +# Test odd whitespace at the beginning of a line + +run_make_test(" +all: + \f + + \\ + \f \\ + \013 \\ +all: ; \@echo hi +", + '', "hi\n"); + 1; -- cgit v1.2.3