summaryrefslogtreecommitdiffstats
path: root/usr.bin/m4/tests/translit2.m4
blob: ec26c084057399d07067266f608b8fede7512123 (plain)
1
2
3
4
5
6
7
8
9
dnl $FreeBSD$
translit(`[HAVE_abc/def.h
]', `
/.', `/  ')
translit(`[HAVE_abc/def.h=]', `=/.', `/~~')
translit(`0123456789', `0123456789', `ABCDEFGHIJ')
translit(`0123456789', `[0-9]', `[A-J]')
translit(`abc-0980-zyx', `abcdefghijklmnopqrstuvwxyz', `ABCDEFGHIJKLMNOPQRSTUVWXYZ') 
translit(`abc-0980-zyx', `[a-z]', `[A-Z]') 
OpenPOWER on IntegriCloud