lib/standard/string: Added implementations for to_upper and to_lower on FlatBuffer
authorLucas Bajolet <r4pass@hotmail.com>
Fri, 2 May 2014 19:53:53 +0000 (15:53 -0400)
committerLucas Bajolet <r4pass@hotmail.com>
Fri, 2 May 2014 19:53:53 +0000 (15:53 -0400)
commit20ad46bcd39964a032ad24c61f5fe21fb5b1a375
treed729cff1f1f07e7715f5b639b2628121eb6e314c
parentd321281a853176b63afe6ff2c6db04ce300929c4
lib/standard/string: Added implementations for to_upper and to_lower on FlatBuffer

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