lib/core: Fixed bug in `BytesIterator::init with_buffer`
authorLucas Bajolet <r4pass@hotmail.com>
Tue, 15 Sep 2015 14:19:00 +0000 (10:19 -0400)
committerLucas Bajolet <r4pass@hotmail.com>
Tue, 15 Sep 2015 14:51:17 +0000 (10:51 -0400)
commitc66ba16639c2f025a47b76971610728741ff8e59
treeea61ccf6b77d36b0c257ddff75dce11568740710
parent1e96c67ed161e3b5293b69cccbc476b507ff5fd8
lib/core: Fixed bug in `BytesIterator::init with_buffer`

Signed-off-by: Lucas Bajolet <r4pass@hotmail.com>
lib/core/bytes.nit
tests/sav/test_bytes_hexdigit.res [new file with mode: 0644]
tests/test_bytes_hexdigit.nit [new file with mode: 0644]