mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fix bugs breaking tests
This commit is contained in:

committed by
Alexander Medvednikov

parent
ecb661f719
commit
1f67d9edd8
@@ -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: `#`,
|
||||
|
Reference in New Issue
Block a user