perltest.txt
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:1k
源码类别:

生物技术

开发平台:

C/C++

  1. The perltest program
  2. --------------------
  3. The perltest program tests Perl's regular expressions; it has the same
  4. specification as pcretest, and so can be given identical input, except that
  5. input patterns can be followed only by Perl's lower case modifiers and /+ (as
  6. used by pcretest), which is recognized and handled by the program.
  7. The data lines are processed as Perl double-quoted strings, so if they contain
  8. "  $ or @ characters, these have to be escaped. For this reason, all such
  9. characters in testinput1 and testinput3 are escaped so that they can be used
  10. for perltest as well as for pcretest, and the special upper case modifiers such
  11. as /A that pcretest recognizes are not used in these files. The output should
  12. be identical, apart from the initial identifying banner.
  13. For testing UTF-8 features, an alternative form of perltest, called perltest8,
  14. is supplied. This requires Perl 5.6 or higher. It recognizes the special
  15. modifier /8 that pcretest uses to invoke UTF-8 functionality. The testinput5
  16. file can be fed to perltest8.
  17. The testinput2 and testinput4 files are not suitable for feeding to perltest,
  18. since they do make use of the special upper case modifiers and escapes that
  19. pcretest uses to test some features of PCRE. The first of these files also
  20. contains malformed regular expressions, in order to check that PCRE diagnoses
  21. them correctly. Similarly, testinput6 tests UTF-8 features that do not relate
  22. to Perl.
  23. Philip Hazel <ph10@cam.ac.uk>
  24. August 2000