fix bugs breaking tests

This commit is contained in:
Joe Conigliaro 2019-09-03 21:57:04 +10:00 committed by Alexander Medvednikov
parent ecb661f719
commit 1f67d9edd8
6 changed files with 47 additions and 41 deletions

View file

@ -29,7 +29,7 @@ mut:
row_pos int
}
pub fn new_reader(data string) *Reader {
pub fn new_reader(data string) &Reader {
return &Reader{
delimiter: `,`,
comment: `#`,