opnsense-src/tools/regression/usr.bin/make/variables/modifier_t/Makefile
2012-06-12 23:16:00 +00:00

15 lines
247 B
Makefile

# $FreeBSD$
#
# Test the t modifier.
#
# below is missing '
ASCII= !"\#$$%&()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
test1:
@echo '${ASCII}'
test2:
@echo '${ASCII:tl}'
test3:
@echo '${ASCII:tu}'