1#
2# Test the t modifier.
3#
4# below is missing '
5ASCII=	!"\#$$%&()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
6
7test1:
8	@echo '${ASCII}'
9
10test2:
11	@echo '${ASCII:tl}'
12
13test3:
14	@echo '${ASCII:tu}'
15