]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - usr.bin/m4/tests/translit2.m4
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / usr.bin / m4 / tests / translit2.m4
1 dnl $FreeBSD$
2 translit(`[HAVE_abc/def.h
3 ]', `
4 /.', `/  ')
5 translit(`[HAVE_abc/def.h=]', `=/.', `/~~')
6 translit(`0123456789', `0123456789', `ABCDEFGHIJ')
7 translit(`0123456789', `[0-9]', `[A-J]')
8 translit(`abc-0980-zyx', `abcdefghijklmnopqrstuvwxyz', `ABCDEFGHIJKLMNOPQRSTUVWXYZ') 
9 translit(`abc-0980-zyx', `[a-z]', `[A-Z]')