Merge pull request #169 from jMarkP/duplicate-unit-test
Remove duplicate unit test
This commit is contained in:
commit
c3e054bfd4
@ -62,10 +62,6 @@ func TestListType(t *testing.T) {
|
||||
`foo = []`,
|
||||
[]token.Type{},
|
||||
},
|
||||
{
|
||||
`foo = ["123", 123]`,
|
||||
[]token.Type{token.STRING, token.NUMBER},
|
||||
},
|
||||
{
|
||||
`foo = [1,
|
||||
"string",
|
||||
|
Loading…
Reference in New Issue
Block a user