Merge pull request #169 from jMarkP/duplicate-unit-test

Remove duplicate unit test
This commit is contained in:
Mitchell Hashimoto 2016-11-12 15:52:43 -08:00 committed by GitHub
commit c3e054bfd4

View File

@ -62,10 +62,6 @@ func TestListType(t *testing.T) {
`foo = []`,
[]token.Type{},
},
{
`foo = ["123", 123]`,
[]token.Type{token.STRING, token.NUMBER},
},
{
`foo = [1,
"string",