Sha256: 4796b0fbd0ea742502f5fb5aa1830c80d6183e961dce4882e67f26948d9b8368
Contents?: true
Size: 715 Bytes
Versions: 23
Compression:
Stored size: 715 Bytes
Contents
var properFilename = 'funkyfilename.txt'; function expect(filename) { return [ {type: 'field', name: 'title', value: 'Weird filename'}, {type: 'file', name: 'upload', filename: filename, fixture: properFilename}, ]; }; var webkit = " ? % * | \" < > . ? ; ' @ # $ ^ & ( ) - _ = + { } [ ] ` ~.txt"; var ffOrIe = " ? % * | \" < > . ☃ ; ' @ # $ ^ & ( ) - _ = + { } [ ] ` ~.txt"; module.exports = { 'osx-chrome-13.http' : expect(webkit), 'osx-firefox-3.6.http' : expect(ffOrIe), 'osx-safari-5.http' : expect(webkit), 'xp-chrome-12.http' : expect(webkit), 'xp-ie-7.http' : expect(ffOrIe), 'xp-ie-8.http' : expect(ffOrIe), 'xp-safari-5.http' : expect(webkit), };
Version data entries
23 entries across 17 versions & 2 rubygems