diff options
author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-28 00:30:40 +0000 |
---|---|---|
committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-28 00:30:40 +0000 |
commit | 283e57e328b8477c84ec85be2723593aae628bfe (patch) | |
tree | c5fe40a6961bd4f7bd65c31c5740bfa3f968b895 /test/cgi/testdata/file1.html | |
parent | 692395b81fde0eba2578fdf22f0daf056b3b1926 (diff) |
* test/cgi/test_cgi_multipart.rb: add test for multipart.
Patch by Takeyuki Fujioka. [ruby-dev:36014]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18890 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/cgi/testdata/file1.html')
-rwxr-xr-x | test/cgi/testdata/file1.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/cgi/testdata/file1.html b/test/cgi/testdata/file1.html new file mode 100755 index 0000000000..2ceaf6bc39 --- /dev/null +++ b/test/cgi/testdata/file1.html @@ -0,0 +1,10 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> + <head> + <title>ムスカ大佐のひとりごと</title> + <meta http-equiv="Content-Type" content="text/html; charset=UTF8"> + </head> + <body> + <p>バカどもにはちょうどいい目くらましだ。</p> + </body> +</html> |