~ubuntu-branches/ubuntu/oneiric/pcre3/oneiric

« back to all changes in this revision

Viewing changes to testdata/testoutput8

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-01-25 12:25:05 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20110125122505-poii7htffw5ctwdy
Tags: 8.12-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
Error -10
106
106
    ���\?
107
107
No match
 
108
    \xe1\x88 
 
109
Error -10
 
110
    \P\xe1\x88 
 
111
Error -10
 
112
    \P\P\xe1\x88 
 
113
Error -25
108
114
 
109
115
/a.b/8
110
116
    acb
1320
1326
    xxxxabcde\P\P
1321
1327
Partial match: abcde
1322
1328
 
 
1329
/\bthe cat\b/8
 
1330
    the cat\P
 
1331
 0: the cat
 
1332
    the cat\P\P
 
1333
Partial match: the cat
 
1334
 
 
1335
/a+/8
 
1336
    a\x{123}aa\>1
 
1337
 0: aa
 
1338
 1: a
 
1339
    a\x{123}aa\>2
 
1340
Error -11
 
1341
    a\x{123}aa\>3
 
1342
 0: aa
 
1343
 1: a
 
1344
    a\x{123}aa\>4
 
1345
 0: a
 
1346
    a\x{123}aa\>5
 
1347
No match
 
1348
    a\x{123}aa\>6
 
1349
Error -24
 
1350
 
1323
1351
/-- End of testinput8 --/