~ubuntu-branches/ubuntu/lucid/curl/lucid-201101212007

« back to all changes in this revision

Viewing changes to tests/getpart.pm

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-05-16 15:16:54 UTC
  • mto: (3.1.1 lenny) (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: james.westby@ubuntu.com-20070516151654-x9nkigtr2j0i8d0v
Tags: upstream-7.16.2
ImportĀ upstreamĀ versionĀ 7.16.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
            $inside++;
65
65
        }
66
66
        elsif((1 ==$inside) && ($_ =~ /^ *\<$part[ \>]/)) {
67
 
            if($_ =~ /$part .*base64=/) {
 
67
            if($_ =~ /$part [^>]*base64=/) {
68
68
                # attempt to detect base64 encoded parts
69
69
                $base64=1;
70
70
            }