Remove duplicate unit test
This commit is contained in:
parent
3d702911d9
commit
fb052f74db
@ -62,10 +62,6 @@ func TestListType(t *testing.T) {
|
|||||||
`foo = []`,
|
`foo = []`,
|
||||||
[]token.Type{},
|
[]token.Type{},
|
||||||
},
|
},
|
||||||
{
|
|
||||||
`foo = ["123", 123]`,
|
|
||||||
[]token.Type{token.STRING, token.NUMBER},
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
`foo = [1,
|
`foo = [1,
|
||||||
"string",
|
"string",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user