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