Skip Menu |

This queue is for tickets about the File-Assets CPAN distribution.

Report information
The Basics
Id: 87823
Status: open
Priority: 0/
Queue: File-Assets

People
Owner: Nobody in particular
Requestors: marcel [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.064
Fixed in: (no value)



Subject: Fails on 5.18.1 because attributes are in a different order than expected
Hi, v0.064 fails tests on 5.18.1 because of attribute order: Example from the attached file: # got: '<link href="http://example.com/static/css/apple.css" rel="stylesheet" type="text/css"/> # <script src="http://example.com/static/js/apple.js" type="text/javascript"></script>' # expected: '<link rel="stylesheet" type="text/css" href="http://example.com/static/css/apple.css"/> # <script type="text/javascript" src="http://example.com/static/js/apple.js"></script>' Marcel
Subject: file-assets.txt

Message body is not shown because it is too large.

On 2013-08-13 13:00:13, MARCEL wrote: Show quoted text
> Hi, > > v0.064 fails tests on 5.18.1 because of attribute order: > > Example from the attached file: > > # got: '<link href="http://example.com/static/css/apple.css" > rel="stylesheet" type="text/css"/> > # <script src="http://example.com/static/js/apple.js" > type="text/javascript"></script>' > # expected: '<link rel="stylesheet" type="text/css" > href="http://example.com/static/css/apple.css"/> > # <script type="text/javascript" > src="http://example.com/static/js/apple.js"></script>'
Looks like a hash ranomization problem. Regards, Slaven