opnsense-src/usr.bin/bmake/tests/variables/modifier_t/Makefile.test
Warner Losh d0b2dbfa0e Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2023-08-16 11:55:03 -06:00

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}'