home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / m4-1.4-src.tgz / tar.out / fsf / m4 / checks / 47.patsubst < prev    next >
Text File  |  1996-09-28  |  412b  |  12 lines

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