~ubuntu-branches/ubuntu/vivid/golang/vivid

« back to all changes in this revision

Viewing changes to src/pkg/mime/mediatype_test.go

  • Committer: Bazaar Package Importer
  • Author(s): Ondřej Surý
  • Date: 2011-08-03 17:04:59 UTC
  • mfrom: (14.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20110803170459-wzd99m3567y80ila
Tags: 1:59-1
* Imported Upstream version 59
* Refresh patches to a new release
* Fix FTBFS on ARM (Closes: #634270)
* Update version.bash to work with Debian packaging and not hg
  repository

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
                {" ; foo=bar", "foo", "bar", ""},
61
61
                {"; foo=bar", "foo", "bar", ""},
62
62
                {";foo=bar", "foo", "bar", ""},
 
63
                {";FOO=bar", "foo", "bar", ""},
63
64
                {`;foo="bar"`, "foo", "bar", ""},
64
65
                {`;foo="bar"; `, "foo", "bar", "; "},
65
66
                {`;foo="bar"; foo=baz`, "foo", "bar", "; foo=baz"},
127
128
                        `URL*1="cs.utk.edu/pub/moore/bulk-mailer/bulk-mailer.tar"`,
128
129
                        "message/external-body",
129
130
                        m("access-type", "URL",
130
 
                                "URL", "ftp://cs.utk.edu/pub/moore/bulk-mailer/bulk-mailer.tar")},
 
131
                                "url", "ftp://cs.utk.edu/pub/moore/bulk-mailer/bulk-mailer.tar")},
131
132
 
132
133
                {`application/x-stuff; ` +
133
134
                        `title*0*=us-ascii'en'This%20is%20even%20more%20; ` +