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.