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

« back to all changes in this revision

Viewing changes to t/data/multipart/003-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
--00000000000000000000000000000000
 
2
Content-Disposition: form-data; name="text1"
 
3
 
 
4
Ratione accusamus aspernatur aliquam
 
5
--00000000000000000000000000000000
 
6
Content-Disposition: form-data; name="text2"
 
7
 
 
8
 
 
9
--00000000000000000000000000000000
 
10
Content-Disposition: form-data; name="select"
 
11
 
 
12
A
 
13
--00000000000000000000000000000000
 
14
Content-Disposition: form-data; name="select"
 
15
 
 
16
B
 
17
--00000000000000000000000000000000
 
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
--00000000000000000000000000000000
 
24
Content-Disposition: form-data; name="upload"; filename="hello.pl"
 
25
 
 
26
#!/usr/bin/perl
 
27
 
 
28
use strict;
 
29
use warnings;
 
30
 
 
31
print "Hello World :)\n";
 
32
 
 
33
 
 
34
--00000000000000000000000000000000
 
35
Content-Disposition: form-data; name="upload"; filename="hello.pl"
 
36
 
 
37
#!/usr/bin/perl
 
38
 
 
39
use strict;
 
40
use warnings;
 
41
 
 
42
print "Hello World :)\n";
 
43
 
 
44
 
 
45
--00000000000000000000000000000000
 
46
Content-Disposition: form-data; name="upload1"; filename=""
 
47
 
 
48
 
 
49
--00000000000000000000000000000000
 
50
Content-Disposition: form-data; name="upload2"; filename="hello.pl"
 
51
 
 
52
#!/usr/bin/perl
 
53
 
 
54
use strict;
 
55
use warnings;
 
56
 
 
57
print "Hello World :)\n";
 
58
 
 
59
 
 
60
--00000000000000000000000000000000--