mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 08:12:27 -04:00
14 lines
235 B
Makefile
14 lines
235 B
Makefile
#
|
|
# Test the t modifier.
|
|
#
|
|
# below is missing '
|
|
ASCII= !"\#$$%&()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
|
|
|
|
test1:
|
|
@echo '${ASCII}'
|
|
|
|
test2:
|
|
@echo '${ASCII:tl}'
|
|
|
|
test3:
|
|
@echo '${ASCII:tu}'
|