~ubuntu-branches/ubuntu/wily/libhttp-body-perl/wily

« back to all changes in this revision

Viewing changes to t/data/multipart/007-content.dat

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Krzyzaniak (eloy)
  • Date: 2005-11-21 10:00:47 UTC
  • Revision ID: james.westby@ubuntu.com-20051121100047-016mx8s2eam1q6pf
Tags: upstream-0.5
ImportĀ upstreamĀ versionĀ 0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
------------Bv684bhJBhreYbdRAUxHhF
 
2
Content-Disposition: form-data; name="text1"
 
3
 
 
4
Ratione accusamus aspernatur aliquam
 
5
------------Bv684bhJBhreYbdRAUxHhF
 
6
Content-Disposition: form-data; name="text2"
 
7
 
 
8
 
 
9
------------Bv684bhJBhreYbdRAUxHhF
 
10
Content-Disposition: form-data; name="select"
 
11
 
 
12
A
 
13
------------Bv684bhJBhreYbdRAUxHhF
 
14
Content-Disposition: form-data; name="select"
 
15
 
 
16
B
 
17
------------Bv684bhJBhreYbdRAUxHhF
 
18
Content-Disposition: form-data; name="textarea"
 
19
 
 
20
Voluptatem cumque voluptate sit recusandae at. Et quas facere rerum unde esse. Sit est et voluptatem. Vel temporibus velit neque odio non.
 
21
 
 
22
Molestias rerum ut sapiente facere repellendus illo. Eum nulla quis aut. Quidem voluptas vitae ipsam officia voluptatibus eveniet. Aspernatur cupiditate ratione aliquam quidem corrupti. Eos sunt rerum non optio culpa.
 
23
------------Bv684bhJBhreYbdRAUxHhF
 
24
Content-Disposition: form-data; name="upload"; filename="hello.pl"
 
25
Content-Type: application/octet-stream
 
26
 
 
27
#!/usr/bin/perl
 
28
 
 
29
use strict;
 
30
use warnings;
 
31
 
 
32
print "Hello World :)\n";
 
33
 
 
34
 
 
35
------------Bv684bhJBhreYbdRAUxHhF
 
36
Content-Disposition: form-data; name="upload"; filename="hello.pl"
 
37
Content-Type: application/octet-stream
 
38
 
 
39
#!/usr/bin/perl
 
40
 
 
41
use strict;
 
42
use warnings;
 
43
 
 
44
print "Hello World :)\n";
 
45
 
 
46
 
 
47
------------Bv684bhJBhreYbdRAUxHhF
 
48
Content-Disposition: form-data; name="upload1"; filename=""
 
49
 
 
50
 
 
51
------------Bv684bhJBhreYbdRAUxHhF
 
52
Content-Disposition: form-data; name="upload2"; filename="hello.pl"
 
53
Content-Type: application/octet-stream
 
54
 
 
55
#!/usr/bin/perl
 
56
 
 
57
use strict;
 
58
use warnings;
 
59
 
 
60
print "Hello World :)\n";
 
61
 
 
62
 
 
63
------------Bv684bhJBhreYbdRAUxHhF--