summaryrefslogtreecommitdiff
path: root/checks/56.patsubst
blob: 5da8e3c7fcd85de3b7a1289a983bd2ac16f1f92d (plain)
1
2
3
4
5
6
7
8
9
10
11
dnl ../doc/m4.texinfo:2881: Origin of test
patsubst(`GNUs not Unix', `^', `OBS: ')
dnl @result{}OBS: GNUs not Unix
patsubst(`GNUs not Unix', `\<', `OBS: ')
dnl @result{}OBS: GNUs OBS: not OBS: Unix
patsubst(`GNUs not Unix', `\w*', `(\&)')
dnl @result{}(GNUs)() (not)() (Unix)
patsubst(`GNUs not Unix', `\w+', `(\&)')
dnl @result{}(GNUs) (not) (Unix)
patsubst(`GNUs not Unix', `[A-Z][a-z]+')
dnl @result{}GN not