summaryrefslogtreecommitdiffstats
path: root/src/kmk/testcase-ifeq-escape.kmk
blob: 500b812445ef6de1e912a8b536394856293004a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $Id: testcase-ifeq-escape.kmk 3154 2018-03-15 23:35:33Z bird $
# Testcase for weird 'ifeq' and funny escapes.

ifeq "1        	 \
 \
 \
   \
 \
 " \
"1 "
$(info info: ifeq -> equal)
else
$(error info: ifeq -> not equal - wrong)
endif

all:
	@echo okay