lib/standard/string: Fixed implementation of hash function for Text variants.
authorLucas Bajolet <r4pass@hotmail.com>
Tue, 13 May 2014 15:30:12 +0000 (11:30 -0400)
committerLucas Bajolet <r4pass@hotmail.com>
Tue, 13 May 2014 15:30:12 +0000 (11:30 -0400)
commit898b4aa2a54a2325e0416fb0cac2d72608368db0
tree4436753d9f3a69b14fcd34bfdfc0afee4f27f6fc
parentff50608ed8867c93f054b4d8a14449bbd7217e6d
lib/standard/string: Fixed implementation of hash function for Text variants.

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