jnjcc / cl-qrencode

QR code 2005 encoder in Common Lisp
GNU General Public License v2.0
32 stars 7 forks source link

Fix padding and verify one particular sample. #5

Closed Ferada closed 8 years ago

Ferada commented 8 years ago

This fixes the padding if the length is already a multiple of eight (i.e. it doesn't add padding in that case instead of adding another eight bits).

Also adds another test sample to ensure one particular sample that still fails after decoding - just to make sure it's still correct at this stage.

jnjcc commented 8 years ago

Merged, thanks.