|
@@ -178,6 +178,12 @@ func TestFileInit(t *testing.T) {
|
|
types: "string",
|
|
types: "string",
|
|
result: 3,
|
|
result: 3,
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ name: "file with type:string and empty lines + commentaries",
|
|
|
|
+ filename: "test_empty_line.txt",
|
|
|
|
+ types: "string",
|
|
|
|
+ result: 3,
|
|
|
|
+ },
|
|
{
|
|
{
|
|
name: "file with type:re",
|
|
name: "file with type:re",
|
|
filename: "test_data_re.txt",
|
|
filename: "test_data_re.txt",
|