mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
15 lines
247 B
Makefile
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}'
|