From: Nick Bowler Date: Fri, 11 May 2012 23:30:57 +0000 (-0400) Subject: engine: Add a unit test for the PCX run-length encoder. X-Git-Url: http://git.draconx.ca/gitweb/upkg.git/commitdiff_plain/ca9488ce89bd4895db0341db393ec03696b4ebd3?hp=ca9488ce89bd4895db0341db393ec03696b4ebd3 engine: Add a unit test for the PCX run-length encoder. Since there ended up being an off-by-one bug here, we should test it. We use the same hex decoder as decodeindex, so move that into a common test library. ---