/[pcre]/code/trunk/testdata/testinput5
ViewVC logotype

Diff of /code/trunk/testdata/testinput5

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 67 by nigel, Sat Feb 24 21:40:13 2007 UTC revision 71 by nigel, Sat Feb 24 21:40:24 2007 UTC
# Line 192  Line 192 
192    
193  /[^\xff]/8D  /[^\xff]/8D
194    
195    /[Ä-Ü]/8
196        Ã– # Matches without Study
197        \x{d6}
198    
199    /[Ä-Ü]/8S
200        Ã– <-- Same with Study
201        \x{d6}
202    
203    /[\x{c4}-\x{dc}]/8
204        Ã– # Matches without Study
205        \x{d6}
206    
207    /[\x{c4}-\x{dc}]/8S
208        Ã– <-- Same with Study
209        \x{d6}
210    
211    /[Ã]/8
212    
213    /Ã/8
214    
215    /ÃÃÃxxx/8
216    
217    /ÃÃÃxxx/8?D
218    
219    /abc/8
220       Ã]
221       Ã
222       ÃÃÃ
223       ÃÃÃ\?
224    
225  / End of testinput5 /  / End of testinput5 /

Legend:
Removed from v.67  
changed lines
  Added in v.71

  ViewVC Help
Powered by ViewVC 1.1.5