wintestinput3 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. # This set of tests checks local-specific features, using the "fr_FR" locale.
  2. # It is not Perl-compatible. When run via RunTest, the locale is edited to
  3. # be whichever of "fr_FR", "french", or "fr" is found to exist. There is
  4. # different version of this file called wintestinput3 for use on Windows,
  5. # where the locale is called "french" and the tests are run using
  6. # RunTest.bat.
  7. #forbid_utf
  8. /^[\w]+/
  9. *** Failers
  10. École
  11. /^[\w]+/locale=french
  12. École
  13. /^[\w]+/
  14. *** Failers
  15. École
  16. /^[\W]+/
  17. École
  18. /^[\W]+/locale=french
  19. *** Failers
  20. École
  21. /[\b]/
  22. \b
  23. *** Failers
  24. a
  25. /[\b]/locale=french
  26. \b
  27. *** Failers
  28. a
  29. /^\w+/
  30. *** Failers
  31. École
  32. /^\w+/locale=french
  33. École
  34. /(.+)\b(.+)/
  35. École
  36. /(.+)\b(.+)/locale=french
  37. *** Failers
  38. École
  39. /École/i
  40. École
  41. *** Failers
  42. école
  43. /École/i,locale=french
  44. École
  45. école
  46. /\w/I
  47. /\w/I,locale=french
  48. # All remaining tests are in the french locale, so set the default.
  49. #pattern locale=french
  50. /^[\xc8-\xc9]/i
  51. École
  52. école
  53. /^[\xc8-\xc9]/
  54. École
  55. *** Failers
  56. école
  57. /\W+/
  58. >>>\xaa<<<
  59. >>>\xba<<<
  60. /[\W]+/
  61. >>>\xaa<<<
  62. >>>\xba<<<
  63. /[^[:alpha:]]+/
  64. >>>\xaa<<<
  65. >>>\xba<<<
  66. /\w+/
  67. >>>\xaa<<<
  68. >>>\xba<<<
  69. /[\w]+/
  70. >>>\xaa<<<
  71. >>>\xba<<<
  72. /[[:alpha:]]+/
  73. >>>\xaa<<<
  74. >>>\xba<<<
  75. /[[:alpha:]][[:lower:]][[:upper:]]/IB
  76. # End of testinput3