summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/tests/variables/modifier_t/Makefile.test
blob: 53844eecf5735d6c10a58eac1e6581e17cf4f311 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$
#
# Test the t modifier.
#
# below is missing '
ASCII=	!"\#$$%&()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~

test1:
	@echo '${ASCII}'

test2:
	@echo '${ASCII:tl}'

test3:
	@echo '${ASCII:tu}'
OpenPOWER on IntegriCloud