chiark / gitweb /
m.qr: actually, the difference is *also* due to Python versions.
authorVladimír Vondruš <mosra@centrum.cz>
Sun, 2 Jan 2022 20:18:34 +0000 (21:18 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Mon, 3 Jan 2022 01:36:44 +0000 (02:36 +0100)
commit3ce9243a40f5dd7747e6862440b80957891a9779
tree414a5dedc9af4f7d3fbb29cb1f30667b3b51154f
parent9d848dbf74427bae067aaca283f44569f6e1a638
m.qr: actually, the difference is *also* due to Python versions.

Somehow the attributes have different order, generating a MONSTROUS
difference.

Heh! Why! Why do I have to suffer this much all the time.
plugins/m/qr.py
plugins/m/test/qr/page-py37.html [new file with mode: 0644]
plugins/m/test/qr/page.html
plugins/m/test/test_qr.py