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