File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / pcre / testdata / testinput3
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Sun Jun 15 19:46:05 2014 UTC (10 years, 1 month ago) by misho
Branches: pcre, MAIN
CVS tags: v8_34, HEAD
pcre 8.34

    1: /-- This set of tests checks local-specific features, using the fr_FR locale. 
    2:     It is not Perl-compatible. There is different version called wintestinput3
    3:   f  or use on Windows, where the locale is called "french". --/
    4:   
    5: < forbid 8W 
    6: 
    7: /^[\w]+/
    8:     *** Failers
    9:     École
   10: 
   11: /^[\w]+/Lfr_FR
   12:     École
   13: 
   14: /^[\w]+/
   15:     *** Failers
   16:     École
   17: 
   18: /^[\W]+/
   19:     École
   20: 
   21: /^[\W]+/Lfr_FR
   22:     *** Failers
   23:     École
   24: 
   25: /[\b]/
   26:     \b
   27:     *** Failers
   28:     a
   29: 
   30: /[\b]/Lfr_FR
   31:     \b
   32:     *** Failers
   33:     a
   34: 
   35: /^\w+/
   36:     *** Failers
   37:     École
   38: 
   39: /^\w+/Lfr_FR
   40:     École
   41: 
   42: /(.+)\b(.+)/
   43:     École
   44: 
   45: /(.+)\b(.+)/Lfr_FR
   46:     *** Failers
   47:     École
   48: 
   49: /École/i
   50:     École
   51:     *** Failers
   52:     école
   53: 
   54: /École/iLfr_FR
   55:     École
   56:     école
   57: 
   58: /\w/IS
   59: 
   60: /\w/ISLfr_FR
   61: 
   62: /^[\xc8-\xc9]/iLfr_FR
   63:     École
   64:     école
   65: 
   66: /^[\xc8-\xc9]/Lfr_FR
   67:     École
   68:     *** Failers 
   69:     école
   70: 
   71: /\W+/Lfr_FR
   72:     >>>\xaa<<<
   73:     >>>\xba<<< 
   74: 
   75: /[\W]+/Lfr_FR
   76:     >>>\xaa<<<
   77:     >>>\xba<<< 
   78: 
   79: /[^[:alpha:]]+/Lfr_FR
   80:     >>>\xaa<<<
   81:     >>>\xba<<< 
   82: 
   83: /\w+/Lfr_FR
   84:     >>>\xaa<<<
   85:     >>>\xba<<< 
   86: 
   87: /[\w]+/Lfr_FR
   88:     >>>\xaa<<<
   89:     >>>\xba<<< 
   90: 
   91: /[[:alpha:]]+/Lfr_FR
   92:     >>>\xaa<<<
   93:     >>>\xba<<< 
   94:     
   95: /[[:alpha:]][[:lower:]][[:upper:]]/DZLfr_FR 
   96: 
   97: /-- End of testinput3 --/

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>